-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
65 lines (49 loc) · 1.86 KB
/
Copy path_headers
File metadata and controls
65 lines (49 loc) · 1.86 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: camera=(), microphone=(), geolocation=()
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com https://*.gstatic.com; img-src 'self' data: https:; connect-src 'self' https://fonts.gstatic.com; manifest-src 'self';
X-Robots-Tag: index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1
# Caching Rules
/index.html
Cache-Control: public, max-age=0, must-revalidate
/404.html
Cache-Control: public, max-age=0, must-revalidate
/ouxa/
Cache-Control: public, max-age=0, must-revalidate
/ouxa/privacy/
Cache-Control: public, max-age=0, must-revalidate
/ouxa/pricing/
Cache-Control: public, max-age=0, must-revalidate
/ouxa/support/
Cache-Control: public, max-age=0, must-revalidate
/ouxa/terms/
Cache-Control: public, max-age=0, must-revalidate
/agent-commerce/
Cache-Control: public, max-age=0, must-revalidate
/agent-commerce.json
Content-Type: application/json; charset=utf-8
Cache-Control: public, max-age=3600
/favicon.ico
Cache-Control: public, max-age=604800
/favicon.svg
Cache-Control: public, max-age=604800
/*.png
Cache-Control: public, max-age=604800
/og-image.png
Content-Type: image/png
Cache-Control: public, max-age=604800
/sitemap.xml
Content-Type: application/xml; charset=utf-8
Cache-Control: public, max-age=3600
/llms.txt
Content-Type: text/plain; charset=utf-8
Cache-Control: public, max-age=3600
/llms-full.txt
Content-Type: text/plain; charset=utf-8
Cache-Control: public, max-age=3600
/browserconfig.xml
Content-Type: application/xml; charset=utf-8
Cache-Control: public, max-age=604800