Skip to content

Commit

Permalink
EPBR-7598 Add csp option form action and frame ancestors
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine-horrocks committed Dec 9, 2024
1 parent cad4575 commit 6cdf582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ csp_options = {
img_src: "'self' data:",
report_uri: Sentry.csp_report_uri,
report_ratio: 0.01,
frame_ancestors: 'none',
frame_ancestors: "'none'",
form_action: "'self'"
}.delete_if { |_, value| value.nil? || value=='' }

Expand Down

0 comments on commit 6cdf582

Please sign in to comment.