-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_headers
More file actions
49 lines (35 loc) · 1.24 KB
/
_headers
File metadata and controls
49 lines (35 loc) · 1.24 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
44
45
46
47
48
49
# Keyper - Security and Performance Headers
# Made with ❤️ by Pink Pixel
/*
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: camera=(), microphone=(), geolocation=()
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.gpteng.co; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' data:; connect-src 'self' https://*.supabase.co wss://*.supabase.co; frame-ancestors 'none';
/assets/*
Cache-Control: public, max-age=31536000, immutable
*.js
Cache-Control: public, max-age=31536000, immutable
*.css
Cache-Control: public, max-age=31536000, immutable
*.woff2
Cache-Control: public, max-age=31536000, immutable
*.woff
Cache-Control: public, max-age=31536000, immutable
*.ttf
Cache-Control: public, max-age=31536000, immutable
*.ico
Cache-Control: public, max-age=86400
*.png
Cache-Control: public, max-age=86400
*.jpg
Cache-Control: public, max-age=86400
*.jpeg
Cache-Control: public, max-age=86400
*.svg
Cache-Control: public, max-age=86400
*.webp
Cache-Control: public, max-age=86400
/index.html
Cache-Control: public, max-age=3600