-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
netlify-temp.toml
107 lines (91 loc) · 3.01 KB
/
netlify-temp.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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[build]
command = "hugo --gc --minify -b $URL"
publish = "public"
[build.environment]
HUGO_VERSION = "0.80.0"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[[headers]]
for = "*.webmanifest"
[headers.values]
Content-Type = "application/manifest+json; charset=UTF-8"
[[headers]]
for = "index.xml"
[headers.values]
Content-Type = "application/rss+xml"
[[headers]]
for = "/*"
[headers.values]
Strict-Transport-Security-Report-Only = "max-age=63072000; includeSubDomains; preload"
Content-Security-Policy = '''
default-src 'self';
connect-src 'self' www.google-analytics.com www.netlifystatus.com;
font-src cdnjs.cloudflare.com fonts.gstatic.com;
frame-src www.google.com disqus.com;
img-src 'self' data: maps.googleapis.com maps.gstatic.com a.tile.openstreetmap.org b.tile.openstreetmap.org c.tile.openstreetmap.org cdnjs.cloudflare.com www.google-analytics.com wowchemy.com raw.githubusercontent.com;
manifest-src 'self';
script-src-attr 'unsafe-inline';
script-src-elem 'self' 'unsafe-inline' cdnjs.cloudflare.com identity.netlify.com maps.googleapis.com www.googletagmanager.com;
script-src 'unsafe-eval';
style-src-attr 'unsafe-inline';
style-src-elem 'self' 'unsafe-inline' cdnjs.cloudflare.com fonts.googleapis.com
prefetch-src 'self';
form-action 'none';
frame-ancestors 'none';
object-src 'none';
base-uri 'none';
upgrade-insecure-requests;
report-uri https://remitheriault.report-uri.com/r/d/csp/reportOnly
report-to default'''
Report-To: {"group":"default","max_age":31536000,"endpoints":[{"url":"https://remitheriault.report-uri.com/a/d/g"}],"include_subdomains":true}
NEL: {"report_to":"default","max_age":31536000,"include_subdomains":true}
[[redirects]]
from = "/PratiquesPP_2020"
to = "/PratiquesPP_2020.pdf"
status = 301
force = false
[[redirects]]
from = "/Theriault_CPPA_2018"
to = "/Theriault_CPPA_2018.pdf"
status = 301
force = false
[[redirects]]
from = "/Theriault_Douglas_2017"
to = "/Theriault_Douglas_2017.pdf"
status = 301
force = false
[[redirects]]
from = "/Theriault_et_al_2020_QJEP_PREPRINT"
to = "/Theriault_et_al_2020_QJEP_PREPRINT.pdf"
status = 301
force = false
[[redirects]]
from = "/Theriault_et_al_2020b_QJEP_PREPRINT"
to = "/Theriault_et_al_2020b_QJEP_PREPRINT.pdf"
status = 301
force = false
[[redirects]]
from = "/Theriault_IPPA_2019"
to = "/Theriault_IPPA_2019.pdf"
status = 301
force = false
[[redirects]]
from = "/Theriault_ISH_2018"
to = "/Theriault_ISH_2018.pdf"
status = 301
force = false
[[redirects]]
from = "/Theriault_Mind&Life_2019"
to = "/Theriault_Mind&Life_2019.pdf"
status = 301
force = false
[[redirects]]
from = "/cv"
to = "/cv.pdf"
status = 301
force = false