]> cat aescling's git repositories - mastodon.git/commit
Add noopener and/or noreferrer (#12202)
authorBSKY <git@bsky.moe>
Thu, 24 Oct 2019 20:44:42 +0000 (05:44 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 24 Oct 2019 20:44:42 +0000 (22:44 +0200)
commitfccf83e1f2ecd4e23f7b1faee5330976d17da7b8
tree66d790a9e0089488a9b46fdd5e939c395620b932
parent237293fd8cacb8b6525d54170c864c76d52ae6aa
Add noopener and/or noreferrer (#12202)
27 files changed:
app/javascript/mastodon/components/attachment_list.js
app/javascript/mastodon/components/dropdown_menu.js
app/javascript/mastodon/components/error_boundary.js
app/javascript/mastodon/components/media_gallery.js
app/javascript/mastodon/components/status.js
app/javascript/mastodon/components/status_content.js
app/javascript/mastodon/features/account/components/header.js
app/javascript/mastodon/features/account_gallery/components/media_item.js
app/javascript/mastodon/features/status/components/card.js
app/javascript/mastodon/features/status/components/detailed_status.js
app/javascript/mastodon/features/ui/components/actions_modal.js
app/javascript/mastodon/features/ui/components/boost_modal.js
app/javascript/mastodon/features/ui/components/link_footer.js
app/lib/formatter.rb
app/lib/sanitize_config.rb
app/views/about/show.html.haml
app/views/accounts/_moved.html.haml
app/views/admin/reports/_status.html.haml
app/views/admin/tags/show.html.haml
app/views/application/_card.html.haml
app/views/oauth/authorized_applications/index.html.haml
app/views/statuses/_detailed_status.html.haml
app/views/statuses/_simple_status.html.haml
spec/fixtures/xml/mastodon.atom
spec/lib/sanitize_config_spec.rb
spec/services/fetch_link_card_service_spec.rb
spec/services/verify_link_service_spec.rb