-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix : allow some url to be allowed in script-src
CSP
#653
Conversation
✔️ Deploy Preview for wargabantuwarga ready! 🔨 Explore the source changes: 50a1ef1 🔍 Inspect the deploy log: https://app.netlify.com/sites/wargabantuwarga/deploys/6114f11ef14cbd00071106b1 😎 Browse the preview: https://deploy-preview-653--wargabantuwarga.netlify.app |
script-src
CSP
Codecov Report
@@ Coverage Diff @@
## main #653 +/- ##
=======================================
Coverage 82.06% 82.06%
=======================================
Files 124 124
Lines 1366 1366
Branches 452 452
=======================================
Hits 1121 1121
Misses 237 237
Partials 8 8 Continue to review full report at Codecov.
|
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.
Looks good, let's wait to check on the Netlify Preview first ya
Can we pass different config for different domain? The error on the Homepage are Gone for now. For page under |
right now I don't know how we can pass different configs for different domains. but for now, if we want to quick fix, I will allow |
How about differentiate based on path?
|
ah I see, let's give it a shot |
Still not working, so let's try to allow on all pages for now @asaadam |
okay, working on it |
Works in my end. |
@all-contributors please add @asaadam for code |
I've put up a pull request to add @asaadam! 🎉 |
Closes #651
Description
add this url, to be allowed in
script-src
CSP