mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
Update domain blacklist with search engines, storage, and e-commerce
This commit is contained in:
+30
-2
@@ -5,6 +5,15 @@
|
||||
* These are typically sites that won't contain shareable video content.
|
||||
*/
|
||||
export const BLACKLIST_DOMAINS = [
|
||||
// Search Engines & Portals
|
||||
'google.com',
|
||||
'bing.com',
|
||||
'duckduckgo.com',
|
||||
'yahoo.com',
|
||||
'msn.com',
|
||||
'baidu.com',
|
||||
'yandex.ru',
|
||||
|
||||
// Mail Providers
|
||||
'mail.google.com',
|
||||
'outlook.live.com',
|
||||
@@ -12,6 +21,15 @@ export const BLACKLIST_DOMAINS = [
|
||||
'gmx.net',
|
||||
'web.de',
|
||||
|
||||
// Cloud Storage & Documents
|
||||
'docs.google.com',
|
||||
'sheets.google.com',
|
||||
'slides.google.com',
|
||||
'drive.google.com',
|
||||
'dropbox.com',
|
||||
'onedrive.live.com',
|
||||
'icloud.com',
|
||||
|
||||
// Messengers
|
||||
'web.whatsapp.com',
|
||||
'web.telegram.org',
|
||||
@@ -29,18 +47,28 @@ export const BLACKLIST_DOMAINS = [
|
||||
'github.com',
|
||||
'gitlab.com',
|
||||
'bitbucket.org',
|
||||
'stackoverflow.com',
|
||||
|
||||
// Social Media
|
||||
// Social Media & Forums
|
||||
'linkedin.com',
|
||||
'twitter.com',
|
||||
'x.com',
|
||||
'facebook.com',
|
||||
'instagram.com',
|
||||
'reddit.com',
|
||||
'quora.com',
|
||||
|
||||
// E-Commerce
|
||||
'amazon.',
|
||||
'ebay.com',
|
||||
'aliexpress.com',
|
||||
'etsy.com',
|
||||
|
||||
// Development & Utilities
|
||||
'timer.shik3i.net',
|
||||
'localhost',
|
||||
'zoom.us',
|
||||
'teams.microsoft.com',
|
||||
'meet.google.com'
|
||||
'meet.google.com',
|
||||
'chrome.google.com'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user