Open Bug 1889902 Opened 6 months ago Updated 5 months ago

Avoid saving data in Private mode

Categories

(DevTools :: Netmonitor, defect, P2)

defect

Tracking

(Not tracked)

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

  1. Run FF in the private mode
  2. Open the Dev Tools. Open Network, choose the New request, send it.
  3. Close the Dev Tools in private window, next close a Private window. Open the Dev Tools in a regular window, choose the New request.
  4. 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

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
See Also: → 1892052
You need to log in before you can comment on or make changes to this bug.