-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_headers
More file actions
22 lines (17 loc) · 583 Bytes
/
_headers
File metadata and controls
22 lines (17 loc) · 583 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Cloudflare Pages headers
# https://developers.cloudflare.com/pages/platform/headers
/*
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin
/tools/*.html
Cache-Control: public, max-age=3600, stale-while-revalidate=86400
/*.html
Cache-Control: public, max-age=300, stale-while-revalidate=3600
/sitemap.xml
Content-Type: application/xml; charset=utf-8
Cache-Control: public, max-age=3600
/robots.txt
Content-Type: text/plain; charset=utf-8
Cache-Control: public, max-age=3600