mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01: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:
parent
3d4d41206d
commit
19e6936ed9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user