Fingerprinting protection with +AllTargets does not trigger the RoundedWindowSize behavior
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | verified |
People
(Reporter: docorbit, Assigned: fkilic)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fpp:m?])
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0
Steps to reproduce:
- On Firefox, Settings, General, Startup, checked Open previous windows and tabs
- Opened multiple windows of various widths.
- In about:config, set:
privacy.resistFingerprinting = false
privacy.fingerprintingProtection = true
privacy.fingerprintingProtection.overrides = +AllTargets,-FrameRate
- Quit Firefox
- Launch Firefox
Actual results:
Windows reopen at the size they were when I closed Firefox.
Expected results:
Windows reopen at the default size.
Comment 1•6 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Privacy: Anti-Tracking' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•6 months ago
|
Assignee | ||
Comment 2•6 months ago
•
|
||
I can reproduce it. The window appears at rounded size for a moment before resizing to its old size, though I couldn't find the resize mechanism. It doesn't happen with "Open previous windows and tabs" unchecked (specifically happens only when browser.startup.page = 3 = resume previous browser session). So I assume it has to do with loading of old window sizes.
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 3•6 months ago
|
||
Updated•5 months ago
|
Comment 5•5 months ago
|
||
bugherder |
Updated•5 months ago
|
Comment 6•4 months ago
|
||
I was able to reproduce the issue on Firefox 126.0, using macOS 14.4, while following the steps mentioned in Comment 0.
Verified as fixed on Firefox 128.0-build2 RC, using macOS 14.4, Ubuntu 22.04 and Windows 11. All previously opened windows reopen at the default size.
Description
•