-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
48b64b2
to
cdb3b7f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I could not run this locally, but maybe it's my config. I'll revisit this. Here is the error I am getting currently.
SyntaxError: Cannot use import statement outside a module
Ah good catch! The HMR did not catch the bad changes. I fixed the issue you mentioned, but no the CSP rules are too strict, and the site does not render properly. I'll keep working on the CSP rules. |
Attempts to fix all the security issues reported by the Mozilla Observatory: https://observatory.mozilla.org/analyze/viz.scrapd.org Fixes #194
cdb3b7f
to
e6ab24f
Compare
This may help tweaking the CSPs: https://www.cspisawesome.com/. |
This too for mapbox tiles: https://docs.mapbox.com/mapbox-gl-js/overview/ |
Attempts to fix all the security issues reported by the Mozilla Observatory: https://observatory.mozilla.org/analyze/viz.scrapd.org Fixes #194
Alright @tom-nook, these values should do the trick! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed recent commits, runs great locally, awesome!
Types of changes
Description
Attempts to fix all the security issues reported by the Mozilla
Observatory: https://observatory.mozilla.org/analyze/viz.scrapd.org
Checklist
Fixes #194