diff options
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 |