-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_headers
More file actions
46 lines (34 loc) · 942 Bytes
/
Copy path_headers
File metadata and controls
46 lines (34 loc) · 942 Bytes
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
/*
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: camera=(), geolocation=(), microphone=(), payment=()
Cross-Origin-Opener-Policy: same-origin
/schemas/*
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=300
/examples/*
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=300
/health
Content-Type: application/json; charset=utf-8
Cache-Control: no-store
/ready
Content-Type: application/json; charset=utf-8
Cache-Control: no-store
/archive/*
X-Robots-Tag: noindex, noarchive
/architecture/*
X-Robots-Tag: noindex, noarchive
/base/*
X-Robots-Tag: noindex, noarchive
/compare/*
X-Robots-Tag: noindex, noarchive
/onboarding/*
X-Robots-Tag: noindex, noarchive
/operon/*
X-Robots-Tag: noindex, noarchive
/patrons/*
X-Robots-Tag: noindex, noarchive
/which-tier/*
X-Robots-Tag: noindex, noarchive