forked from rempsyc/starter-academic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.temp.txt
24 lines (23 loc) · 1.39 KB
/
netlify.temp.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Content-Security-Policy-Report-Only = '''
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/wizard
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}'
Expect-CT = 'max-age=604800, report-uri="https://remitheriault.report-uri.com/r/d/ct/reportOnly"'