mastodon/spec
Eugen Rochko f1f6ddd536
Fix structured data parsing from links choking on bad data (#17403)
* Fix structured data parsing from links choking on bad data

- Fix og:url meta tag being prioritized over canonical link tag
- Fix structured data parsing choking on commented-out CDATA declarations
- Fix HTML entities in title, description, provider_name, author_name
- Change structured data parsing to attempt every JSON-LD script tag

* Remove unnecessary slash escapes from CDATA regex pattern
2022-02-07 18:16:31 +01:00
..
controllers Fix replies collection incorrectly looping (#17462) 2022-02-07 17:06:43 +01:00
fabricators Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
features
fixtures Fix some link previews being incorrectly generated from other prior links (#16885) 2021-10-21 20:39:35 +02:00
helpers Fix compacted JSON-LD possibly causing compatibility issues on forwarding (#17428) 2022-02-03 14:09:04 +01:00
lib Fix structured data parsing from links choking on bad data (#17403) 2022-02-07 18:16:31 +01:00
mailers Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
models Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
policies Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
presenters
requests
routing
serializers/activitypub
services Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
support
validators Add support for private pinned posts (#16954) 2022-01-17 00:49:55 +01:00
views
workers Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
rails_helper.rb
spec_helper.rb