diff --git a/lua/cfc_http_restrictions/configs/cfc.lua b/lua/cfc_http_restrictions/configs/cfc.lua index 2d20844..17d9d9c 100644 --- a/lua/cfc_http_restrictions/configs/cfc.lua +++ b/lua/cfc_http_restrictions/configs/cfc.lua @@ -9,6 +9,7 @@ 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}, @@ -28,4 +29,4 @@ return { -- media player ["samuelmaddock.github.io"] = {allowed=true, isPermanent=true} -- Media player } -} \ No newline at end of file +}