1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

No longer disable generic cosmetic filters by default on mobile

As discussed with filter list maintainers.
This commit is contained in:
Raymond Hill 2024-03-02 08:52:42 -05:00
parent 603239970d
commit 7a768e7b1a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -115,7 +115,7 @@ const userSettingsDefault = {
externalLists: '',
firewallPaneMinimized: true,
hyperlinkAuditingDisabled: true,
ignoreGenericCosmeticFilters: vAPI.webextFlavor.soup.has('mobile'),
ignoreGenericCosmeticFilters: false,
importedLists: [],
largeMediaSize: 50,
parseAllABPHideFilters: true,