mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
No longer disable generic cosmetic filters by default on mobile
As discussed with filter list maintainers.
This commit is contained in:
parent
603239970d
commit
7a768e7b1a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ const userSettingsDefault = {
|
|||
externalLists: '',
|
||||
firewallPaneMinimized: true,
|
||||
hyperlinkAuditingDisabled: true,
|
||||
ignoreGenericCosmeticFilters: vAPI.webextFlavor.soup.has('mobile'),
|
||||
ignoreGenericCosmeticFilters: false,
|
||||
importedLists: [],
|
||||
largeMediaSize: 50,
|
||||
parseAllABPHideFilters: true,
|
||||
|
|
Loading…
Reference in a new issue