-
Notifications
You must be signed in to change notification settings - Fork 36
/
headers_add.json
53 lines (53 loc) · 1.63 KB
/
headers_add.json
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
{
"last_update_utc": "2024-10-18 18:07:18",
"headers": [
{
"name": "Cache-Control",
"value": "no-store, max-age=0"
},
{
"name": "Clear-Site-Data",
"value": "\"cache\",\"cookies\",\"storage\""
},
{
"name": "Content-Security-Policy",
"value": "default-src 'self'; form-action 'self'; object-src 'none'; frame-ancestors 'none'; upgrade-insecure-requests; block-all-mixed-content"
},
{
"name": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"name": "Cross-Origin-Opener-Policy",
"value": "same-origin"
},
{
"name": "Cross-Origin-Resource-Policy",
"value": "same-origin"
},
{
"name": "Permissions-Policy",
"value": "accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(self), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), hid=(), idle-detection=(), interest-cohort=(), serial=(), unload=()"
},
{
"name": "Referrer-Policy",
"value": "no-referrer"
},
{
"name": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"name": "X-Content-Type-Options",
"value": "nosniff"
},
{
"name": "X-Frame-Options",
"value": "deny"
},
{
"name": "X-Permitted-Cross-Domain-Policies",
"value": "none"
}
]
}