Skip to content

Commit

Permalink
add unpkg.com to disallowed hostnames in CSP (#3927)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Dekkers <[email protected]>
  • Loading branch information
underdarknl and dekkers authored Dec 4, 2024
1 parent 86bb96f commit d3ef9a6
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,github.io,jsdelivr.com,cdn.skypack.dev"
"default": "githubpages.com,github.io,jsdelivr.com,cdn.skypack.dev,unpkg.com"
},
"disallow_url_shorteners": {
"description": "Do you want to disallow url shorteners in csp headers?",
Expand Down

0 comments on commit d3ef9a6

Please sign in to comment.