-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitpagesfile
47 lines (45 loc) · 1.03 KB
/
.gitpagesfile
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
AllowCORS = true
NotFoundErrorPage = "/404.html"
CORSOrigins = [
"https://ff14.org",
"http://ff14.org",
"http://localhost:8080"
]
[[Rules]]
Match = "^/assets/.*"
Break = true
AllowCORS = true
CORSOrigins = [
"https://ff14.org",
"http://ff14.org",
"http://localhost:8080"
]
CrossSiteProtection = true
CrossSiteProtectionOnlyEmptyReferrer = true
ReferrerProtection = true
ReferrerAllowed = [
"^https?://ff14\\.org/.*",
"^https?://ff14-org-cdn\\.i-cassell-you\\.com/.*",
"^http://localhost:8080/.*"
]
[Rules.AddHeaders]
Cache-Control = "public,max-age=2592000"
[[Rules]]
Match = ".*\\.(jpg|png|svg|ico|jpeg|js)"
NotFoundErrorPage = "/404.html"
AllowCORS = true
CORSOrigins = [
"https://ff14.org",
"http://ff14.org",
"http://localhost:8080"
]
CrossSiteProtection = true
CrossSiteProtectionOnlyEmptyReferrer = true
ReferrerProtection = true
ReferrerAllowed = [
"^https?://ff14\\.org/.*",
"^https?://ff14-org-cdn\\.i-cassell-you\\.com/.*",
"^http://localhost:8080/.*"
]
[Rules.AddHeaders]
Cache-Control = "public,max-age=3600"