Skip to content

Commit

Permalink
Update question_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
underdarknl authored Jul 2, 2024
1 parent 13d3b30 commit 33e88d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopoes/bits/ask_disallowed_domains/question_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"description": "Comma separated list of disallowed hostnames in CSP headers",
"type": "string",
"pattern": "^(\\s*(,*)[^,]+,?\\s*)*$",
"default": "githubpages.com,jsdelivr.com,cdn.skypack.dev"
"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

0 comments on commit 33e88d5

Please sign in to comment.