Pleroma/test/web/mastodon_api/views
Haelwenn (lanodan) Monnier 1257331291
MastodonAPI.StatusView: Do not use site_name
site_name allow to spoof the origin of the domain and so hacks like:

<!-- served on https://hacktivis.me/tmp/joinmastodon.org.html -->
<meta property="og:image" content="https://hacktivis.me/datalove/img/meme/pleroma/mastodon%2C%20forbidden%20amuse%20yourself.jpeg" />
<meta property="og:title" content="Mastodon: Forbidden Amuse Yourself" />
<meta property="og:site_name" content="joinmastodon.org" />
<meta http-equiv="refresh" content="0; url=http://joinmastodon.org/">
2020-02-15 00:36:09 +01:00
..
account_view_test.exs
conversation_view_test.exs
list_view_test.exs
marker_view_test.exs
notification_view_test.exs EmojiReactions: Rename to EmojiReacts 2020-02-06 18:09:57 +01:00
poll_view_test.exs
push_subscription_view_test.exs
scheduled_activity_view_test.exs
status_view_test.exs MastodonAPI.StatusView: Do not use site_name 2020-02-15 00:36:09 +01:00