Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
update whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Mar 30, 2019
1 parent 0c5e4e6 commit caf0e88
Showing 1 changed file with 60 additions and 25 deletions.
85 changes: 60 additions & 25 deletions src/content/rules-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,54 @@
// ------------------------------------------------------------------------------------------------------------- //

const domCmpWhitelist = [

// --------------------------------------------------------------------------------------------------------- //

// Local network
"127.0.0.1",
"local",

// Reserved TLDs
"example",
"invalid",
"localhost",
"test",

// --------------------------------------------------------------------------------------------------------- //

// Baidu
"baidu.com",

// Google
"google.it.ao",
"google.ne.jp",
"google.off.ai",
"youtu.be",
"youtube.com",

// Baidu
"baidu.com",
// PayPal
"paypal.com",
"paypal.me",

// Twitch
"twitch.tv",

// Wikipedia
"wikipedia.org",

// PayPal
"paypal.com",
"paypal.me",
// YouTube
"youtu.be",
"youtube.com",

// --------------------------------------------------------------------------------------------------------- //

// Advanced tools (for performance)
"lab.wolframcloud.com",

// JavaScript playgrounds
// Image hosts (for performance)
"flickr.com",
"imgbox.com",
"imgur.com",

// JavaScript playgrounds (for performance)
"ask.com",
"jsbin.com",
"jsfiddle.net",
Expand All @@ -70,7 +96,13 @@
"stackoverflow.com",
"w3schools.com",

// Social sites (for performance)
// Media sites (for performance)
"calm.com",
"vimeo.com",
"xemvtv.net",
"yandex.ru",

// Social networks (for performance)
"bufferapp.com",
"chatango.com",
"facebook.com",
Expand All @@ -81,23 +113,10 @@
"reddit.com",
"twitter.com",

// Media sites (for performance)
"calm.com",
"vimeo.com",
"xemvtv.net",
"yandex.ru",

// Image beds (for performance)
"flickr.com",
"imgbox.com",
"imgur.com",

// Advanced tools (for performance)
"lab.wolframcloud.com",
// --------------------------------------------------------------------------------------------------------- //

// Handled by Nano Defender Extra
// Handled by a special private extension
"boost.ink",
"lolalytics.com",

// False positives
"anandabazar.com",
Expand All @@ -118,6 +137,7 @@
"kissasian.ch",
"lcpdfr.com",
"lemonde.fr",
"lolalytics.com",
"o2.pl",
"ostrzeszowinfo.pl",
"pokyun.tv",
Expand Down Expand Up @@ -147,13 +167,21 @@
"paraedu.id",
"rmcmv.us",
"yuukithemes.com",

// --------------------------------------------------------------------------------------------------------- //

];

const domIncWhitelist = [

// --------------------------------------------------------------------------------------------------------- //

// Local network
"192.168.0",
"192.168.1",

// --------------------------------------------------------------------------------------------------------- //

// Google
"google",
"google.co",
Expand All @@ -162,14 +190,21 @@
// Yahoo
"yahoo",

// Stores
// --------------------------------------------------------------------------------------------------------- //

// Stores (for performance)
"amazon",
"ebay",

// --------------------------------------------------------------------------------------------------------- //

// False positives
"9anime",
"italiashare",
"kissanime",

// --------------------------------------------------------------------------------------------------------- //

];

// ------------------------------------------------------------------------------------------------------------- //
Expand Down

0 comments on commit caf0e88

Please sign in to comment.