-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
43 lines (32 loc) · 1.13 KB
/
_headers
File metadata and controls
43 lines (32 loc) · 1.13 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
36
37
38
39
40
41
42
43
/*
Content-Security-Policy: default-src 'self' 'unsafe-inline' 'unsafe-eval' https: data:
X-Frame-Options: *ALLOW-FROM https://brandonleon.dev*
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin
Expect-CT: max-age=0
Vary: Accept-Encoding
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=604800; includeSubDomains; preload
Feature-Policy: accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'
/img/*
Cache-Control: public, max-age=604800, immutable
/*.pdf
Cache-Control: public, max-age=604800, immutable
/*.ico
Cache-Control: public, max-age=604800, immutable
/*.flv
Cache-Control: public, max-age=604800, immutable
/*.jpg
Cache-Control: public, max-age=604800, immutable
/*.jpeg
Cache-Control: public, max-age=604800, immutable
/*.png
Cache-Control: public, max-age=604800, immutable
/*.css
Cache-Control: public, max-age=604800, immutable
/*.js
Cache-Control: public, max-age=604800, immutable
/*sw.js
Cache-Control: public, max-age=604800, immutable
/*.html
Cache-Control: public, max-age=0, must-revalidate