fix(extension): support Google Drive video frames

This commit is contained in:
Timo
2026-07-26 03:52:05 +02:00
parent 90a58eb507
commit 213d2867fc
13 changed files with 852 additions and 112 deletions
+6
View File
@@ -178,3 +178,9 @@ export const BLACKLIST_DOMAINS = [
'lichess.org',
'skribbl.io'
];
// Explicit exceptions for useful media pages whose parent domain is filtered.
// Google Drive is otherwise matched indirectly by the broad `google.com` entry.
export const BLACKLIST_ALLOWLIST_DOMAINS = [
'drive.google.com'
];