Add *.googleusercontent.com (#54)

This commit is contained in:
Redox 2024-07-17 18:14:25 +02:00 committed by GitHub
parent 565ce77652
commit 8f54596ae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 },