diff --git a/core_js/storage.js b/core_js/storage.js index 22dbd1d..ee552c6 100644 --- a/core_js/storage.js +++ b/core_js/storage.js @@ -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;