summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-22 16:25:59 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-22 16:25:59 -0600
commitbba1d2de3bc76bf65b4c2ded07e94ab0d7455bfd (patch)
tree8259256c056dca42e6c6d789932ee62be208e7f5 /app/views/layouts
parent97ec04ac9b923ff9eb68ce51a35150d45105adf1 (diff)
downloadgitlab-ce-bba1d2de3bc76bf65b4c2ded07e94ab0d7455bfd.tar.gz
Add clarifying comment and a Changelog entry.
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index be29ed532ee..d5965a6ec99 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -30,6 +30,9 @@
= javascript_include_tag "application", integrity: true
+ -# FIXME: SRI doesn't apply to the dynamically-generated per-page
+ -# JavaScript due to a bug in sprockets-rails.
+ -# See https://github.com/rails/sprockets-rails/issues/359
- if page_specific_javascripts
= javascript_include_tag page_specific_javascripts, {"data-turbolinks-track" => true}