Open
Bug 1889902
Opened 10 months ago
Updated 9 months ago
Avoid saving data in Private mode
Categories
(DevTools :: Netmonitor, defect, P2)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
Details
This has been originally reported here:
https://connect.mozilla.org/t5/discussions/is-it-intended-if-firefox-saves-data-of-the-dev-tools-new/td-p/54509
- Run FF in the private mode
- Open the Dev Tools. Open Network, choose the New request, send it.
- Close the Dev Tools in private window, next close a Private window. Open the Dev Tools in a regular window, choose the New request.
- Now you see the URL and all its arguments entered in the private mode as the default one
No, data should be stored in Private mode.
Honza
Comment 1•9 months ago
|
||
The persisted request is accessed at https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/components/new-request/HTTPCustomRequestPanel.js#125
We should avoid setting it when using private browsing mode.
Severity: -- → S3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•