Skip to content

Commit

Permalink
No longer disable generic cosmetic filters by default on mobile
Browse files Browse the repository at this point in the history
As discussed with filter list maintainers.
  • Loading branch information
gorhill committed Mar 2, 2024
1 parent 6032399 commit 7a768e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background.js
Expand Up @@ -115,7 +115,7 @@ const userSettingsDefault = {
externalLists: '',
firewallPaneMinimized: true,
hyperlinkAuditingDisabled: true,
ignoreGenericCosmeticFilters: vAPI.webextFlavor.soup.has('mobile'),
ignoreGenericCosmeticFilters: false,
importedLists: [],
largeMediaSize: 50,
parseAllABPHideFilters: true,
Expand Down

0 comments on commit 7a768e7

Please sign in to comment.