Edit storage.js - changed default value of ref to true

This commit is contained in:
Kevin
2025-02-24 18:25:31 +00:00
parent 79770d2aab
commit 1baab2488c

View File

@@ -219,7 +219,7 @@ function initSettings() {
storage.contextMenuEnabled = true;
storage.historyListenerEnabled = true;
storage.localHostsSkipping = true;
storage.referralMarketing = false;
storage.referralMarketing = true;
storage.logLimit = 100;
storage.domainBlocking = true;
storage.pingBlocking = true;