Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Add crossorigin="anonymous" to about (mastodon#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored and seefood committed Apr 28, 2017
1 parent 8079a18 commit b77f14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/about/show.html.haml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b77f14b

Please sign in to comment.