Update default_config.lua

This commit is contained in:
plally 2022-09-07 17:20:41 -04:00 committed by GitHub
parent 22384359cf
commit 096f180a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,13 +77,16 @@ return {
["i([%w-_]+)%.tinypic%.com"] = { allowed = true, pattern = true },
-- domains starfall docs have
["npms.io"] = {allowed=true},
["fb.me"] = {allowed=true},
["reactjs.org"] = {allowed=true},
["www.w3.org"] = {allowed=true},
["npms.io"] = {allowed = true},
["fb.me"] = {allowed = true},
["reactjs.org"] = {allowed = true},
["www.w3.org"] = {allowed = true},
-- fox pictures
["fox.pics"] = {allowed=true},
["*.fox.pics"] = {allowed=true},
["fox.pics"] = {allowed = true},
["*.fox.pics"] = {allowed = true},
-- media player
["samuelmaddock.github.io"] = {allowed=true, isPermanent=true} -- Media player
}
}