mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
Add *.googleusercontent.com (#54)
This commit is contained in:
parent
565ce77652
commit
8f54596ae5
@ -50,6 +50,7 @@ local config = {
|
|||||||
-- google drive
|
-- google drive
|
||||||
["docs.google.com"] = { allowed = true },
|
["docs.google.com"] = { allowed = true },
|
||||||
["drive.google.com"] = { allowed = true },
|
["drive.google.com"] = { allowed = true },
|
||||||
|
["*.googleusercontent.com"] = { allowed = true },
|
||||||
|
|
||||||
-- youtube
|
-- youtube
|
||||||
["www.youtube.com"] = { allowed = true },
|
["www.youtube.com"] = { allowed = true },
|
||||||
|
Loading…
Reference in New Issue
Block a user