1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

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.
This commit is contained in:
Raymond Hill 2020-05-12 10:11:24 -04:00
parent 3d4d41206d
commit 19e6936ed9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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,