-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnetlify.toml
54 lines (46 loc) · 1.37 KB
/
netlify.toml
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
[[redirects]]
from = "https://www.csgo-demo-manager.com"
to = "https://cs-demo-manager.com"
status = 301
force = true
[[redirects]]
from = "https://csgo-demo-manager.com"
to = "https://cs-demo-manager.com"
status = 301
force = true
[[redirects]]
from = "https://www.csgo-demos-manager.com"
to = "https://cs-demo-manager.com"
status = 301
force = true
[[redirects]]
from = "https://csgo-demos-manager.com"
to = "https://cs-demo-manager.com"
status = 301
force = true
[[redirects]]
from = "https://www.demo-manager.com"
to = "https://cs-demo-manager.com"
status = 301
force = true
[[redirects]]
from = "https://demo-manager.com"
to = "https://cs-demo-manager.com"
status = 301
force = true
[[redirects]]
from = "https://cs-demo-manager.com/docs/about"
to = "https://cs-demo-manager.com/docs"
status = 301
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/*"
[headers.values]
Permissions-Policy = "interest-cohort=()"
X-Frame-Options = "DENY"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = "default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'; object-src 'self'; img-src 'self' data: https://github.com https://avatars.githubusercontent.com; connect-src https://api.github.com https://*.algolia.net https://*.algolianet.com https://*.algolia.io"