Browse Source

Add crossorigin="anonymous" to about (#2272)

closed-social-glitch-2
Yamagishi Kazutoshi 7 years ago
committed by Eugen
parent
commit
ceecf96208
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/about/show.html.haml

+ 1
- 1
app/views/about/show.html.haml View File

@ -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

Loading…
Cancel
Save