-
-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy path_headers
More file actions
23 lines (19 loc) · 729 Bytes
/
_headers
File metadata and controls
23 lines (19 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/_next/*.js
Cache-Control: public, max-age=31536000, immutable
/static/images/*
Cache-Control: public, max-age=86400
/favicon.ico
Content-Type: image/x-icon
/toolpad/core/builder
# https://webcontainers.io/guides/configuring-headers
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin
/*
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
# Block usage in iframes.
X-Frame-Options: SAMEORIGIN
# Force the browser to trust the Content-Type header
# https://stackoverflow.com/questions/18337630/what-is-x-content-type-options-nosniff
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin