Skip to content

Commit

Permalink
Merge pull request #2950 from buildkite/trial-uriports
Browse files Browse the repository at this point in the history
Change where we send CSP reports
  • Loading branch information
yob authored Aug 29, 2024
2 parents 3886dea + e06d949 commit 3f8459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/content_security_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
)

# Specify URI for violation reports
policy.report_uri "https://buildkite.report-uri.com/r/d/csp/reportOnly"
policy.report_uri "https://buildkite.uriports.com/reports/report"
end

# We use nonce for inline scripts
Expand Down

0 comments on commit 3f8459f

Please sign in to comment.