-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathstaticwebapp.config.json
More file actions
41 lines (41 loc) · 1.98 KB
/
staticwebapp.config.json
File metadata and controls
41 lines (41 loc) · 1.98 KB
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
{
"routes": [
{
"route": "/ngsw.json",
"statusCode": 404
}
],
"navigationFallback": {
"rewrite": "index.html",
"exclude": [
"/ngsw.json",
"/assets/*",
"/leaflet/*",
"/svg/*",
"/turf/*",
"/*.txt",
"/*.js",
"/*.js.map",
"/*.png",
"/*.txt",
"/*.ttf",
"/*.woff",
"/*.woff2",
"/*.otf",
"/*.css",
"/*.css.map"
]
},
"globalHeaders": {
"X-Powered-By": null,
"Permissions-Policy": "accelerometer=(), autoplay=(), bluetooth=(), browsing-topics=(), camera=self, display-capture=(), fullscreen=self, geolocation=self, gyroscope=(), magnetometer=(), microphone=(), midi=(), usb=(), xr-spatial-tracking=()",
"Cache-Control": "no-cache",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"Referrer-Policy": "same-origin",
"X-Frame-Options": "SAMEORIGIN",
"Expect-Ct": "max-age=0;",
"X-Permitted-Cross-Domain-Policies": "none",
"Content-Security-Policy": "connect-src 'self' https://plausible.io https://offlinemap.blob.core.windows.net https://nveb2c01prod.b2clogin.com https://nveb2c01test.b2clogin.com https://nveb2c01staging.b2clogin.com https://api.regobs.no https://test-api.regobs.no https://demo-api.regobs.no http://localhost:5130/ http://localhost:40001/ https://api01.nve.no https://ws.geonorge.no/stedsnavn https://secure.geonames.org https://www.iskart.no https://sentry.io https://ws.geonorge.no https://www.yr.no data:; frame-src https://plot.regobs.no https://test-plot.regobs.no https://demo-plot.regobs.no; upgrade-insecure-requests; frame-ancestors 'none'; form-action 'self'; object-src 'none'; font-src 'self'; style-src-elem 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://plausible.io; worker-src 'self' blob:; default-src 'self' data: gap: cdvfile: blob:; img-src * filesystem: app-file: cdvfile: data: blob:; media-src * blob:"
}
}