Skip to content

Commit

Permalink
OTWO-7246 Enable content security policies (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sig authored May 2, 2024
1 parent eaa4b6a commit b15e2a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/initializers/content_security_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@
policy.style_src :self, :https, :unsafe_inline
policy.report_uri '/csp-violation-report'
end

Rails.application.config.content_security_policy_report_only = true

0 comments on commit b15e2a1

Please sign in to comment.