Skip to content

Commit fb4cb88

Browse files
committed
rubocop correction
1 parent 6207321 commit fb4cb88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/initializers/content_security_policy.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
# policy.img_src :self, :https, :data
1212
# policy.object_src :none
1313
# policy.script_src :self, :https
14-
# Allow @vite/client to hot reload javascript changes in development
14+
# Allow @vite/client to hot reload javascript changes in development
1515
# policy.script_src *policy.script_src, :unsafe_eval, "http://#{ ViteRuby.config.host_with_port }" if Rails.env.development?
1616

17-
# You may need to enable this in production as well depending on your setup.
17+
# You may need to enable this in production as well depending on your setup.
1818
# policy.script_src *policy.script_src, :blob if Rails.env.test?
1919

2020
# policy.style_src :self, :https
21-
# Allow @vite/client to hot reload style changes in development
21+
# Allow @vite/client to hot reload style changes in development
2222
# policy.style_src *policy.style_src, :unsafe_inline if Rails.env.development?
2323

2424
# # Specify URI for violation reports

0 commit comments

Comments
 (0)