You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Blocking content is just one configuration of all available on the TrackingProtectionPolicy.
Tracking protection this is a set of configuration that can block different types of trackers depending on how the TrackingProtectionPolicy is configured, one configuration doesn't determine if it's on or off, but desabling all of them at the same time does TrackingProtectionPolicy.none()
This issue mozilla-mobile/fenix#18101 is caused because we are mixing two concepts, blocking content and tracking protection being enabled, we are updating the state of
TrackingProtectionState.enabled
based of content blocking being enabled, not on the actualTrackingProtectionPolicy
.TrackingProtectionPolicy
.TrackingProtectionPolicy
is configured, one configuration doesn't determine if it's on or off, but desabling all of them at the same time doesTrackingProtectionPolicy.none()
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: