Created
May 16, 2021 22:30
-
-
Save noxasch/7f3c2ba0a4ca85d67b52a05a0473e82c to your computer and use it in GitHub Desktop.
Revisions
-
noxasch created this gist
May 16, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ [[headers]] for = "/*" [headers.values] X-Frame-Options = "DENY" X-XSS-Protection = "1; mode=block" X-Content-Type-Options = "nosniff" Referrer-Policy = "no-referrer" Content-Security-Policy = ''' default-src 'self'; font-src fonts.gstatic.com; style-src 'self' fonts.googleapis.com; script-src 'self' cdnjs.cloudflare.com code.jquery.com; script-src-elem www.google-analytics.com www.googletagmanager.com 'unsafe-inline' cdnjs.cloudflare.com code.jquery.com; ''' Permissions-Policy = ''' interest-cohort=() accelerometer=(none), ambient-light-sensor=(none), autoplay=(none), camera=(none), encrypted-media=(none), fullscreen=(none), geolocation=(none), gyroscope=(none), magnetometer=(none), microphone=(none), midi=(none), payment=(none), picture-in-picture=(none), speaker=(none), usb=(none), vibrate=(none), vr=(none) '''