Skip to content
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

Better default list of world writable domains in CSP checker #3165

Merged
merged 8 commits into from
Jul 8, 2024
3 changes: 1 addition & 2 deletions octopoes/bits/ask_disallowed_domains/question_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
"$id": "/bit/disallowed-csp-hostnames",
"type": "object",
"default": {},
"Port Configuration": "Root Schema",
"required": [],
"properties": {
"disallowed_hostnames": {
"description": "Comma separated list of disallowed hostnames in CSP headers",
"type": "string",
"pattern": "^(\\s*(,*)[^,]+,?\\s*)*$",
"default": "github.com,google.com"
"default": "githubpages.com,github.io,jsdelivr.com,cdn.skypack.dev"
},
"disallow_url_shorteners": {
"description": "Do you want to disallow url shorteners in csp headers?",
Expand Down