Skip to content

Commit

Permalink
Make CSP more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Varpuspaavi committed Jul 9, 2024
1 parent c803f54 commit 4cd2529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
policy.img_src :self, :https, :data
policy.object_src :none
policy.script_src :self, :https, :strict_dynamic
policy.style_src :self, :https, :unsafe_inline
policy.style_src :self, :https
# Specify URI for violation reports
# policy.report_uri "/csp-violation-report-endpoint"
end
Expand Down

0 comments on commit 4cd2529

Please sign in to comment.