From c8c212305f562b22ba6041d87a2e3d943fea4982 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Wed, 29 May 2019 19:09:34 -0600 Subject: [PATCH] update whitelist --- src/content/rules-common.js | 21 +++++++++++---------- src/manifest.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/content/rules-common.js b/src/content/rules-common.js index 9796207b0e..ab87c17970 100644 --- a/src/content/rules-common.js +++ b/src/content/rules-common.js @@ -116,8 +116,14 @@ // --------------------------------------------------------------------------------------------------------- // - // Handled by a special private extension - "boost.ink", + // Custom FuckAdBlock + "atresplayer.com", + "aviationweek.com", + "futbin.com", + "juprimaulana.com", + "paraedu.id", + "rmcmv.us", + "yuukithemes.com", // False positives "anandabazar.com", @@ -149,6 +155,7 @@ "lolalytics.com", "o2.pl", "ostrzeszowinfo.pl", + "pasty.link", "pokyun.tv", "shinden.pl", "socketloop.com", @@ -165,14 +172,8 @@ "wilmaa.com", "wp.pl", - // Custom FuckAdBlock - "atresplayer.com", - "aviationweek.com", - "futbin.com", - "juprimaulana.com", - "paraedu.id", - "rmcmv.us", - "yuukithemes.com", + // Handled by a special private extension + "boost.ink", // --------------------------------------------------------------------------------------------------------- // diff --git a/src/manifest.json b/src/manifest.json index 57b052c164..3fdb6cc4a4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,7 +54,7 @@ "webRequest", "webRequestBlocking" ], - "version": "15.0.0.147", + "version": "15.0.0.148", "web_accessible_resources": [ "resources/*" ]