about summary refs log tree commit diff
path: root/app/views/layouts/embedded.html.haml
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-15 22:48:30 +0200
committerGitHub <noreply@github.com>2017-04-15 22:48:30 +0200
commit0d83569899155e5d5c17fff0c69e533df2f34d42 (patch)
tree31f23d8ea68732a6e3f43755b2237a429586f532 /app/views/layouts/embedded.html.haml
parent515434ed87dea56b853d41b2af2ee1fd7773ccea (diff)
Fix cross-origin integrity (#1871)
See <https://glitch.social/users/bea/updates/434>
Diffstat (limited to 'app/views/layouts/embedded.html.haml')
-rw-r--r--app/views/layouts/embedded.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/embedded.html.haml b/app/views/layouts/embedded.html.haml
index c34247c91..562be6625 100644
--- a/app/views/layouts/embedded.html.haml
+++ b/app/views/layouts/embedded.html.haml
@@ -3,6 +3,6 @@
   %head
     %meta{:charset => 'utf-8'}/
     = stylesheet_link_tag 'application', media: 'all'
-    = javascript_include_tag 'application_public', integrity: true
+    = javascript_include_tag 'application_public', integrity: true, crossorigin: 'anonymous'
   %body.embed
     = yield