Add UI for modifying resistFingerprinting prefs when privacy.resistFingerprinting is enabled
Categories
(Firefox :: Settings UI, enhancement)
Tracking
()
People
(Reporter: morgan, Assigned: morgan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tor 32325][fingerprinting])
Attachments
(1 file, 3 obsolete files)
Tor Browser issue https://trac.torproject.org/projects/tor/ticket/32325
We'd like to allow users to enable or disable letterboxing without having to navigate about:config. Arthur suggested adding UI to about:preferences that is hidden when the base privacy.resistFingerprinting pref is disabled so that the option does not appear by default.
Assignee | ||
Comment 1•6 years ago
|
||
Adds UI to about:preferences#privacy to toggle letterboxing, but only if privacy.resistFingerprinting is enabled.
Patch originally written against ESR68, but gecko-dev/master crashes on boot ( I seem to be hitting https://bugzilla.mozilla.org/show_bug.cgi?id=1538435 ) but hopefully this patch works.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
•
|
||
ignore this sorry
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
- put the preference XML in an inner groupbox and hide/unhide
that rather than using custom css
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
Hi bmikel,
We need to update the proposed copy for this feature.
We would like to expose an option in about:preferences#privacy to enable/disable the letterboxing resist-fingerprinting feature. This will be enabled by default in Tor Browser and we would like to discourage users from disabling it. The option will be not be visible or enabled in vanilla Firefox.
The Tor Browser ticket with some background info can be found here: https://trac.torproject.org/projects/tor/ticket/32325
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
bmikel: just pinging you on this.
Comment 7•6 years ago
|
||
Discussed with Arthur. I am clearing the need info for myself, as it sounds like some conversation needs to happen about the correct approach.
Comment 8•6 years ago
|
||
I think LBing should first be made dependent on RFP=true. For TB this is not a problem, as RFP is enforced. but this is not the case for Firefox. And by that, I don't mean the UI option being displayed, I mean the LBing functionality itself.
example: FF user:
- turns on RFP (someone recommended it)
- goes to the UI option and enables LB (because it's there)
- at some stage gets annoyed by RFP's timezone, so he disables RFP (someone on reddit told him to do it)
- now he's stuck with LBing and no UI (he has no idea what the pref is)
It doesn't even make sense to have LBing but not RFP, and could actually be quite telling (FPing likes stability)
Comment 9•4 years ago
|
||
Tor doesn't add this UI anymore; right? So this is WONTFIX?
Assignee | ||
Comment 10•4 years ago
|
||
Yes it seems like we don't do this anymore.
Updated•4 years ago
|
Description
•