about summary refs log tree commit diff
path: root/app/views/about/show.html.haml
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-04-22 01:06:43 +0900
committerEugen <eugen@zeonfederated.com>2017-04-21 18:06:43 +0200
commitceecf962081b858f40978829041bfc2b282ddcae (patch)
tree408d19d311f933f06f92258810e02f2a3b71b6d3 /app/views/about/show.html.haml
parent47a3036ea6ade308c34b47301ddfe8196da6cf51 (diff)
Add crossorigin="anonymous" to about (#2272)
Diffstat (limited to 'app/views/about/show.html.haml')
-rw-r--r--app/views/about/show.html.haml2
1 files changed, 1 insertions, 1 deletions
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