]> cat aescling's git repositories - mastodon.git/commit
Add support for structured data and more OpenGraph tags to link cards (#16938)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 5 Nov 2021 22:23:05 +0000 (23:23 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Nov 2021 22:23:05 +0000 (23:23 +0100)
commit39cdf61ab7be267a374c472c230b315971ead43c
tree990744c23f78c62a078d65d39f07c7d70a1e1c67
parent989c67d29d379f872f23a513f43d5100630c1b12
Add support for structured data and more OpenGraph tags to link cards (#16938)

Save preview cards under their canonical URL

Increase max redirects to follow from 2 to 3
app/lib/link_details_extractor.rb [new file with mode: 0644]
app/lib/request.rb
app/services/fetch_link_card_service.rb
spec/lib/link_details_extractor_spec.rb [new file with mode: 0644]
spec/services/fetch_link_card_service_spec.rb