diff --git a/engine/app/views/layouts/good_job/base.html.erb b/engine/app/views/layouts/good_job/base.html.erb index 5ec8ec3f1..0188b0d1f 100644 --- a/engine/app/views/layouts/good_job/base.html.erb +++ b/engine/app/views/layouts/good_job/base.html.erb @@ -8,11 +8,11 @@ <%= stylesheet_link_tag bootstrap_path(format: :css, v: GoodJob::VERSION) %> <%= stylesheet_link_tag style_path(format: :css, v: GoodJob::VERSION) %> - <%= javascript_include_tag bootstrap_path(format: :js, v: GoodJob::VERSION) %> - <%= javascript_include_tag chartjs_path(format: :js, v: GoodJob::VERSION) %> - <%= javascript_include_tag scripts_path(format: :js, v: GoodJob::VERSION) %> + <%= javascript_include_tag bootstrap_path(format: :js, v: GoodJob::VERSION), nonce: true %> + <%= javascript_include_tag chartjs_path(format: :js, v: GoodJob::VERSION), nonce: true %> + <%= javascript_include_tag scripts_path(format: :js, v: GoodJob::VERSION), nonce: true %> - <%= javascript_include_tag rails_ujs_path(format: :js, v: GoodJob::VERSION) %> + <%= javascript_include_tag rails_ujs_path(format: :js, v: GoodJob::VERSION), nonce: true %>