-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
35 lines (27 loc) · 1.4 KB
/
_headers
File metadata and controls
35 lines (27 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Security
/*
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: camera=(), microphone=(), geolocation=(), browsing-topics=()
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Resource-Policy: cross-origin
X-Permitted-Cross-Domain-Policies: none
Content-Security-Policy: default-src 'self'; base-uri 'none'; frame-ancestors 'self'; form-action 'self'; object-src 'none'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' data:; connect-src 'self' https://declaration-signatures.theedenwatcher.workers.dev; frame-src https://docs.google.com; upgrade-insecure-requests; sandbox allow-same-origin allow-forms allow-scripts allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation allow-downloads
/*.html
Cache-Control: no-cache, must-revalidate
/feed.xml
Cache-Control: no-cache, must-revalidate
/feed.json
Cache-Control: no-cache, must-revalidate
/sitemap.xml
Cache-Control: public, max-age=3600
/resources/external/*
Cache-Control: public, max-age=31536000, immutable
/resources/*
Cache-Control: public, max-age=31536000, immutable
/dist/*
Cache-Control: public, max-age=31536000, immutable
/js/*
Cache-Control: public, max-age=31536000, immutable