You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TerriaMap will show a blank screen on starting-up and report the following on the console:
The error doesn't seem triggered by any JSONP calls. Instead, it seems it triggered by the package buffer. I can't find any things other than webpack or terria-server depends on it --- which should not be part of the frontend bundle.
t83714
changed the title
TerriaMap will produce a blank screen unless CSP policy unsafe-eval is on
TerriaMap produces a blank screen on starting-up unless CSP policy unsafe-eval is on
Oct 14, 2020
TerriaMap will produce a blank screen unless CSP policy
unsafe-eval
is onWhen the following CSP policy is add to response header:
TerriaMap will show a blank screen on starting-up and report the following on the console:
The error doesn't seem triggered by any JSONP calls. Instead, it seems it triggered by the package buffer. I can't find any things other than
webpack
orterria-server
depends on it --- which should not be part of the frontend bundle.How to reproduce
preview-map
deployment and changeimage
tolocalhost:5000/data61/magda-preview-map:latest
and pull policy toAlways
The text was updated successfully, but these errors were encountered: