Skip to content

Commit

Permalink
chore: add csp file
Browse files Browse the repository at this point in the history
  • Loading branch information
amihajlovski committed Dec 19, 2024
1 parent 7f28013 commit 3a57096
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"id": "Content-Security-Policy",
"value": "script-src 'self' 'unsafe-eval' 'unsafe-inline' *.cquotient.com *.adyen.com *.google.com *.payments-amazon.com *.paypal.com *.ratepay.com *.cash.app *.commercecloud.salesforce.com; font-src *.gstatic.com cash-f.squarecdn.com *.commercecloud.salesforce.com *.googleapis.com; style-src 'unsafe-inline' *.googleapis.com *.adyen.com *.cash.app *.commercecloud.salesforce.com; frame-src *; img-src 'self' data: *; connect-src *; form-action *"
},
{
"id": "X-Content-Type-Options",
"value": "nosniff"
}
]

0 comments on commit 3a57096

Please sign in to comment.