Skip to content

Commit

Permalink
Added CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
moso committed May 10, 2024
1 parent 46650ac commit 9edd410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _headers
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
Referrer-Policy: no-referrer-when-downgrade
Referrer-Policy: no-referrer
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Content-Type-Options: nosniff
X-Download-Opotions: noopen
X-Frame-Options: SAMEORIGIN
X-Permitted-Cross-Domain-Policies: none
X-XSS-Protection: 1; mode=block
X-XSS-Protection: 0
Content-Security-Policy: default-src 'self'; style-src 'self' https://fonts.bunny.net 'unsafe-inline'; font-src 'self' https://fonts.bunny.net; img-src 'self' data:; frame-ancestors 'self'; object-src 'none'; require-trusted-types-for 'script'; base-uri 'self'; form-action 'none'

/images/*
Cache-Control: public, max-age=31536000, immutable

0 comments on commit 9edd410

Please sign in to comment.