-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
13 lines (13 loc) · 772 Bytes
/
Copy path_headers
File metadata and controls
13 lines (13 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; media-src 'self' blob:; connect-src 'self'; font-src 'self' data:; frame-ancestors 'none'; form-action 'self'; base-uri 'self'; object-src 'none'; upgrade-insecure-requests
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Referrer-Policy: no-referrer
Permissions-Policy: camera=(self), microphone=(self), geolocation=(), interest-cohort=()
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Resource-Policy: same-origin
Cross-Origin-Embedder-Policy: credentialless
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-XSS-Protection: 0
X-DNS-Prefetch-Control: off
X-Download-Options: noopen