Skip to content

Commit

Permalink
Set COOP header (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
mal-tee authored Nov 17, 2024
1 parent 05b4f82 commit 568bce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _headers
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
Feature-Policy: accelerometer 'none'; ambient-light-sensor 'none'; battery 'none'; camera 'none'; display-capture 'none'; document-domain 'none'; encrypted-media 'none'; geolocation 'none'; gyroscope 'none'; legacy-image-formats 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; publickey-credentials-get 'none'; usb 'none'; wake-lock 'none'; xr-spatial-tracking 'none'
# Unfortunately, for the moment we have to allow `unsafe-inline` for the stuff generated in `scripts.html`. We are also currently using inline styles. :(
Content-Security-Policy: default-src 'none'; child-src 'self'; connect-src 'self' https://backend.datenanfragen.de https://search.datenanfragen.de blob:; font-src data: https://static.dacdn.de; form-action 'self' https://www.paypal.com https://backend.datenanfragen.de; frame-src https://media.datenanfragen.de; img-src 'self' data:; media-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://static.dacdn.de/fonts/; worker-src 'self'; manifest-src 'self'
Cross-Origin-Opener-Policy: same-origin

0 comments on commit 568bce7

Please sign in to comment.