Skip to content
Snippets Groups Projects
Verified Commit ce4431f9 authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

fixup! [android] Disable features and functionality

Bug 43046: Disable emailTrackingBlocking in pbm
parent 81d6afc4
Branches
Tags
1 merge request!1222Bug 43166: Rebased alpha onto 128.3.0esr
......@@ -180,7 +180,7 @@ class SettingsTest {
cookieBannerHandlingDetectOnlyMode = true,
cookieBannerHandlingGlobalRules = true,
cookieBannerHandlingGlobalRulesSubFrames = true,
emailTrackerBlockingPrivateBrowsing = true,
emailTrackerBlockingPrivateBrowsing = false,
)
assertFalse(defaultSettings.domStorageEnabled)
......
......@@ -156,7 +156,7 @@ class Core(
cookieBannerHandlingDetectOnlyMode = context.settings().shouldEnableCookieBannerDetectOnly,
cookieBannerHandlingGlobalRules = context.settings().shouldEnableCookieBannerGlobalRules,
cookieBannerHandlingGlobalRulesSubFrames = context.settings().shouldEnableCookieBannerGlobalRulesSubFrame,
emailTrackerBlockingPrivateBrowsing = true,
emailTrackerBlockingPrivateBrowsing = false,
)
GeckoEngine(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment