Open
Bug 1816372
Opened 2 years ago
Updated 2 years ago
The ETP strict in PBM pref is reset back to its default after a browser restart if it was manually changed
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
NEW
People
(Reporter: cmuntean, Unassigned)
References
Details
Attachments
(1 file)
|
418.81 KB,
video/mp4
|
Details |
[Affected versions]:
- Firefox 110.0 RC (Build ID: 20230206190557)
- Nightly 111.0a1 (Build ID: 20230212085204)
[Affected Platforms]:
- Mac 12.4
- Windows 10 x64
- Linux Mint 20
[Prerequisites]:
- Have Firefox 110 extracted/installed.
- Have a new firefox profile.
[Steps to reproduce]:
- Open the Firefox browser with the profile from the prerequisites.
- Navigate about:config and search for the "privacy.annotate_channels.strict_list.pbmode.enabled" pref.
- Set the pref to "true" and restart the browser.
- Navigate back to about:config and search for the "privacy.annotate_channels.strict_list.pbmode.enabled" pref.
- Observe the value of the pref.
[Expected result]:
- The pref respects the user choice and remains set to true.
[Actual result]:
- The pref doesn't respect the user choice and is set back to false.
[Additional Notes]:
- The issue is also reproducible on Nightly where the "privacy.annotate_channels.strict_list.pbmode.enabled" pref is by default true. If the pref is set to false, after a browser restarts the pref is set back to true.
- I have attached a screen recording of the issue.
Comment 1•2 years ago
|
||
This is because we will reset the prefs for the ETP setting back to the value that matches the current ETP mode when the browser starts up. See here.
Updated•2 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: S2 → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•