mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue