diff --git a/octopoes/bits/ask_disallowed_domains/question_schema.json b/octopoes/bits/ask_disallowed_domains/question_schema.json index 523538f53bd..ab7d43d544f 100644 --- a/octopoes/bits/ask_disallowed_domains/question_schema.json +++ b/octopoes/bits/ask_disallowed_domains/question_schema.json @@ -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?",