mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 18:52:07 +08:00
Add CSP nonce to JQuery bundle inclusion [SCI-8609] (#5588)
This commit is contained in:
parent
8b144fa33b
commit
976c29c136
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<% if ::NewRelic::Agent.instance.started? %>
|
||||
<%= ::NewRelic::Agent.browser_timing_header(controller.request.content_security_policy_nonce) %>
|
||||
<% end %>
|
||||
<%= javascript_include_tag 'jquery_bundle' %>
|
||||
<%= javascript_include_tag 'jquery_bundle', nonce: true %>
|
||||
<%= javascript_include_tag 'application' %>
|
||||
<%= javascript_include_tag 'application_pack' %>
|
||||
<%= javascript_include_tag 'session_end' %>
|
||||
|
|
Loading…
Reference in a new issue