Links clicked in Browser Toolbox in private mode are opened in normal mode, leading to the urls and data being stored with them forever in chrome_debugger_profile.
Categories
(DevTools :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: modi.konark, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: privacy)
Attachments
(2 files)
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Agreed with comment 4, this bug doesn't need to be hidden.
(In reply to Brian Grinstead [:bgrins] from comment #6)
If we wanted to we could open the Browser Toolbox profile in perma private
browsing mode with the command line arg to ensure we never write to history
in that profile - I don't feel strongly one way or another about that.
Is there any benefit from storing history and such in that profile? Assuming there's not (or nothing compelling to a large number of the browser/extension devs who might use the feature) might be kinder to their drive/space to turn off useless data-saving.
Comment 8•6 years ago
|
||
(In reply to Daniel Veditz [:dveditz] from comment #7)
Agreed with comment 4, this bug doesn't need to be hidden.
(In reply to Brian Grinstead [:bgrins] from comment #6)
If we wanted to we could open the Browser Toolbox profile in perma private
browsing mode with the command line arg to ensure we never write to history
in that profile - I don't feel strongly one way or another about that.Is there any benefit from storing history and such in that profile? Assuming there's not (or nothing compelling to a large number of the browser/extension devs who might use the feature) might be kinder to their drive/space to turn off useless data-saving.
I don't think there's any real benefit from storing history in that profile. It's also unlikely that much would be saved since it's hard to open a normal browser window in it.
It'd take little effort to add -private
to the arguments at https://searchfox.org/mozilla-central/rev/76fe4bb385348d3f45bbebcf69ba8c7283dfcec7/devtools/client/framework/ToolboxProcess.jsm#273, so I'd be fine to take a patch that did that assuming it doesn't cause any breakage I haven't thought of.
Updated•6 years ago
|
Comment 9•6 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #8)
It'd take little effort to add
-private
to the arguments at https://searchfox.org/mozilla-central/rev/76fe4bb385348d3f45bbebcf69ba8c7283dfcec7/devtools/client/framework/ToolboxProcess.jsm#273, so I'd be fine to take a patch that did that assuming it doesn't cause any breakage I haven't thought of.
This doesn't seem to work, at least when I tried it.
Updated•3 years ago
|
Updated•2 years ago
|
Description
•