From ceecf962081b858f40978829041bfc2b282ddcae Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sat, 22 Apr 2017 01:06:43 +0900 Subject: [PATCH] Add crossorigin="anonymous" to about (#2272) --- app/views/about/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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