diff options
author | maxypy <maxime@mpigou.fr> | 2017-04-14 11:09:20 +0200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-14 11:09:20 +0200 |
commit | a6807201d2003fc0d544813ba67cfe315d829e06 (patch) | |
tree | 1e3578335daf86c70e552b46d7aafea031f1a2ee /app/views/layouts/public.html.haml | |
parent | 4445ebdad2b8882afb86f184dd887e4ded84b90a (diff) |
Implementing Subresource Integrity (#1729)
* Add sprockets-rails to Gemfile * Add sprockets-rails to Gemfile.lock * Update show.html.haml * Update index.html.haml * Update admin.html.haml * Update auth.html.haml * Update embedded.html.haml * Update public.html.haml
Diffstat (limited to 'app/views/layouts/public.html.haml')
-rw-r--r-- | app/views/layouts/public.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 808fb0a0e..56781a286 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -1,5 +1,5 @@ - content_for :header_tags do - = javascript_include_tag 'application_public' + = javascript_include_tag 'application_public', integrity: true - content_for :content do .container= yield |