Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-27 16:47:33 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-27 16:47:33 +0300
commit47b9b162c7df91fda0bb47d4c83f0fe4681e055b (patch)
tree8da724237ee64f0b9a29f4c00d4f878fc5cf526b /app/views/layouts/_head.html.haml
parent0115ab7f403e7b25a7e66c3f4c309ddd5f37d657 (diff)
Revert Subresource Integrity pending a fix for Firefox's incorrect hashing implementation.
Diffstat (limited to 'app/views/layouts/_head.html.haml')
-rw-r--r--app/views/layouts/_head.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 2d020e9c222..757de92d6d4 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -25,10 +25,10 @@
= favicon_link_tag 'favicon.ico'
- = stylesheet_link_tag "application", media: "all", integrity: true
- = stylesheet_link_tag "print", media: "print", integrity: true
+ = stylesheet_link_tag "application", media: "all"
+ = stylesheet_link_tag "print", media: "print"
- = javascript_include_tag "application", integrity: true
+ = javascript_include_tag "application"
- if content_for?(:page_specific_javascripts)
= yield :page_specific_javascripts