From 3c1623c5453d8c9fb3a4c9908f260891292a6185 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Thu, 10 May 2018 19:17:39 -0600 Subject: [PATCH] update rules --- src/content/rules-specific.js | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/rules-specific.js b/src/content/rules-specific.js index cab4b45e74..ff9476ca10 100644 --- a/src/content/rules-specific.js +++ b/src/content/rules-specific.js @@ -14,7 +14,7 @@ if (a.domCmp(["voici.fr", "programme-tv.net"])) { } if (a.domCmp(["chip.de", "moviepilot.com", "nowloading.co", "champions.co", "trendblog.net", "immobilienscout24.de", "theage.com.au", "thestudentroom.co.uk", "drugs.com", "tucson.com", - "ottawacitizen.com"])) { + "ottawacitizen.com", "wusa9.com"])) { // https://github.com/jspenguin2017/uBlockProtector/issues/271 // https://github.com/jspenguin2017/uBlockProtector/issues/363 a.noAccess("stop"); diff --git a/src/manifest.json b/src/manifest.json index 5f9843bed4..adb7908377 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -56,7 +56,7 @@ "webRequest", "webRequestBlocking" ], - "version": "14.16", + "version": "14.17", "web_accessible_resources": [ "resources/*" ]