diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-04-22 01:06:43 +0900 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-21 18:06:43 +0200 |
commit | ceecf962081b858f40978829041bfc2b282ddcae (patch) | |
tree | 408d19d311f933f06f92258810e02f2a3b71b6d3 /app | |
parent | 47a3036ea6ade308c34b47301ddfe8196da6cf51 (diff) |
Add crossorigin="anonymous" to about (#2272)
Diffstat (limited to 'app')
-rw-r--r-- | app/views/about/show.html.haml | 2 |
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 |