Added new ETag filtering

This commit is contained in:
Kevin R
2022-06-07 13:14:11 +02:00
parent 82d987a08e
commit 628faf0e85
4 changed files with 27 additions and 10 deletions

View File

@@ -202,7 +202,7 @@ function initSettings() {
storage.logLimit = 100;
storage.domainBlocking = true;
storage.pingBlocking = true;
storage.eTagFiltering = true;
storage.eTagFiltering = false;
storage.watchDogErrorCount = 0;
if (getBrowser() === "Firefox") {