-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
33 lines (24 loc) · 1.19 KB
/
Copy path_headers
File metadata and controls
33 lines (24 loc) · 1.19 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
/*
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
X-Frame-Options: DENY
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self'; base-uri 'none'; object-src 'none'; frame-ancestors 'none'; form-action 'self'; img-src 'self' data:; font-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' https://esm.sh https://challenges.cloudflare.com 'wasm-unsafe-eval'; script-src-attr 'none'; connect-src 'self' https://esm.sh https://challenges.cloudflare.com; frame-src https://challenges.cloudflare.com; worker-src 'self'
/site.*.css
Cache-Control: public, max-age=31536000, immutable
/syntax-highlight.*.js
Cache-Control: public, max-age=31536000, immutable
/editor.*.js
Cache-Control: public, max-age=31536000, immutable
/runner.*.js
Cache-Control: public, max-age=31536000, immutable
/search.*.js
Cache-Control: public, max-age=31536000, immutable
/search-index.*.json
Cache-Control: public, max-age=31536000, immutable
/favicon.svg
Cache-Control: public, max-age=31536000, immutable
/og/*
Cache-Control: public, max-age=86400
/prototyping/*
Cache-Control: no-cache, must-revalidate