From: Yamagishi Kazutoshi Date: Fri, 21 Apr 2017 16:06:43 +0000 (+0900) Subject: Add crossorigin="anonymous" to about (#2272) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=ceecf962081b858f40978829041bfc2b282ddcae;p=mastodon.git Add crossorigin="anonymous" to about (#2272) --- diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 49ad03557..1c928c531 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -1,5 +1,5 @@ - content_for :header_tags do - = javascript_include_tag 'application_public', integrity: true + = javascript_include_tag 'application_public', integrity: true, crossorigin: 'anonymous' - content_for :page_title do = site_hostname