From 19e6936ed98e211f8e9465aac6f61d0d67957f97 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 12 May 2020 10:11:24 -0400 Subject: [PATCH] Do not show per-site switches at first install time I meant to not show the per-site switches by default at first install. I caught this misconfiguration after testing a first-install scenario. --- src/js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/background.js b/src/js/background.js index ba6da17cc..433ecedf4 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -94,7 +94,7 @@ const µBlock = (( ) => { // jshint ignore:line ignoreGenericCosmeticFilters: vAPI.webextFlavor.soup.has('mobile'), largeMediaSize: 50, parseAllABPHideFilters: true, - popupPanelSections: 0b1111, + popupPanelSections: 0b111, prefetchingDisabled: true, requestLogMaxEntries: 1000, showIconBadge: true,