Skip to content
Snippets Groups Projects
Commit 6ec046c6 authored by Dan Ballard's avatar Dan Ballard
Browse files

fixup! [android] Disable features and functionality

Bug 43046: Disable emailTrackingBlocking in pbm
parent ed873553
Branches
Tags
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1201Bug 43046: Disable emailTrackingBlocking in pbm
......@@ -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,
torSecurityLevel = context.settings().torSecurityLevel().intRepresentation,
spoofEnglish = context.settings().spoofEnglish,
)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment