From 0d83569899155e5d5c17fff0c69e533df2f34d42 Mon Sep 17 00:00:00 2001 From: Eugen Date: Sat, 15 Apr 2017 22:48:30 +0200 Subject: Fix cross-origin integrity (#1871) See --- app/views/layouts/embedded.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/embedded.html.haml') 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 -- cgit