Skip to content

Commit

Permalink
Fix CSP after Polyfill changes (justbetter#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
sprankhub authored Jun 25, 2024
1 parent a59e4e6 commit 467ccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<policies>
<policy id="script-src">
<values>
<value id="polyfill" type="host">https://cdn.polyfill.io</value>
<value id="polyfill" type="host">https://polyfill-fastly.io</value>
<value id="sentry-cdn" type="host">https://browser.sentry-cdn.com</value>
</values>
</policy>
Expand Down

0 comments on commit 467ccea

Please sign in to comment.