-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
24 lines (21 loc) · 1.3 KB
/
Copy path_headers
File metadata and controls
24 lines (21 loc) · 1.3 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
# Netlify custom headers
# Cache the feed JSON at CDN/browser for 15 min, serve stale while revalidating.
/latest-investigations.json
Cache-Control: public, max-age=900, stale-while-revalidate=3600
/resources/reference/records/status/
X-Robots-Tag: noindex, nofollow, noarchive, nosnippet
Cache-Control: no-store, max-age=0
Referrer-Policy: no-referrer
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Content-Security-Policy: default-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'none'; script-src 'none'; style-src 'self'; font-src 'self'; connect-src 'none'; media-src 'none'; object-src 'none'; manifest-src 'none'; worker-src 'none'
/resources/reference/records/status/index.html
X-Robots-Tag: noindex, nofollow, noarchive, nosnippet
Cache-Control: no-store, max-age=0
Referrer-Policy: no-referrer
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Content-Security-Policy: default-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'none'; script-src 'none'; style-src 'self'; font-src 'self'; connect-src 'none'; media-src 'none'; object-src 'none'; manifest-src 'none'; worker-src 'none'
# Editorial handoff prototypes are source material, not published pages.
/_handoff/*
X-Robots-Tag: noindex, nofollow, noarchive