mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-09 10:49:37 +00:00
fix(extension): support Google Drive video frames
This commit is contained in:
@@ -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'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user