add starfall doc domains

This commit is contained in:
plally 2022-08-21 22:09:46 -04:00 committed by GitHub
parent 9af38bf55a
commit 249d0c49c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,21 @@ return {
addresses = {
-- TODO can we delete these, we have *.cfcservers.org?
["www.html5rocks.com"] = {allowed=true, permanent=true},
["nanny.cfcservers.org"] = {allowed=true, noisy=true, permanent=true},
["paste.cfcservers.org"] = {allowed=true, noisy=true, permanent=true},
["cdn.cfcservers.org"] = {allowed=true, noisy=true, permanent=true},
-- dino game has this in the html
["www.html5rocks.com"] = {allowed=true, permanent=true},
-- domains starfall docs have
["npms.io"] = {allowed=true},
["fb.me"] = {allowed=true},
["reactjs.org"] = {allowed=true},
["www.w3.org"] = {allowed=true},
["*.cfcservers.org"] = {allowed=true, permanent=true},
["cfcservers.org"] = {allowed=true, permanent=true},