-
Notifications
You must be signed in to change notification settings - Fork 175
/
_headers
82 lines (58 loc) · 2.38 KB
/
_headers
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/*
content-security-policy: default-src 'self';script-src 'self' 'wasm-unsafe-eval' 'sha256-j3WY7tmWihTphHtAgJq+d5hIO5BncdM67vnYHPKGZQ4=' 'sha256-Rv0XCoOhq4H0QyKE7rEhr+e9GI5gsmGcC04fY0HPORc=' 'sha256-28NJWgGMi7z1BsySG4SYZCjth/ys7dkElS3oIl5ZEqM=' 'sha256-nUHIts9QUqQq4nfffteH1WG3ZeWESwmxZn6bWMNWsiM=' 'sha256-MGLg9fH15qQqEcT+iTfwx/cfVp2MgjSrVt08u3NVKa8=' 'sha256-OQjxgqHHnjfZwkCEsAo2MRjd3GuPmg+RvmjrZd35TN4=' 'sha256-sS3nggZVNGyoYqI7U/PSwnwI4CymIdHNgJwW49qztWo=' 'sha256-aASq1hOJ8PP2cfK9QGXaCLdqgtkDXDb5VFXlSyrpX/M=' 'sha256-1ujkGrbsh0Yx/bquh2I9gkG1ZaZetCkjre6vciK2u7U=';worker-src 'self';style-src 'self' 'unsafe-inline';img-src 'self' * data: blob:;media-src 'self' *;connect-src 'self' * data: blob:;frame-src 'none';frame-ancestors 'none';object-src 'none';manifest-src 'self';form-action 'self';base-uri 'self'
referrer-policy: no-referrer
strict-transport-security: max-age=15552000; includeSubDomains
permissions-policy: sync-xhr=(),document-domain=(),interest-cohort=()
x-content-type-options: nosniff
x-download-options: noopen
x-frame-options: DENY
x-xss-protection: 1;mode=block
cross-origin-opener-policy: same-origin
/
Cache-Control: public,max-age=3600
/notifications
Cache-Control: public,max-age=3600
/local
Cache-Control: public,max-age=3600
/community
Cache-Control: public,max-age=3600
/federated
Cache-Control: public,max-age=3600
/favorites
Cache-Control: public,max-age=3600
/direct
Cache-Control: public,max-age=3600
/bookmarks
Cache-Control: public,max-age=3600
/muted
Cache-Control: public,max-age=3600
/blocked
Cache-Control: public,max-age=3600
/pinned
Cache-Control: public,max-age=3600
/search
Cache-Control: public,max-age=3600
/settings
Cache-Control: public,max-age=3600
/settings/*
Cache-Control: public,max-age=3600
/service-worker-index
Cache-Control: public,max-age=3600
/service-worker.js
Cache-Control: public,max-age=0
/*.png
Cache-Control: public,max-age=31536000,immutable
/*.jpg
Cache-Control: public,max-age=31536000,immutable
/*.jpeg
Cache-Control: public,max-age=31536000,immutable
/client/*.js
Cache-Control: public,max-age=31536000,immutable
/client/*.css
Cache-Control: public,max-age=31536000,immutable
/client/*.map
Cache-Control: public,max-age=31536000,immutable
/client/*.LICENSE
Cache-Control: public,max-age=31536000,immutable
/client/*.txt
Cache-Control: public,max-age=31536000,immutable