This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: webbrowser: Add options for private mode
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: cheryl.sabella
Priority: normal Keywords:

Created on 2018-02-24 14:21 by cheryl.sabella, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg312719 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2018-02-24 14:21
When looking at the command line option page for Mozilla (https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options), I noticed options for opening a private mode window (-private-window or -private-window URL).  

Chrome also has an --incognito switch.  (https://peter.sh/experiments/chromium-command-line-switches/)

Maybe it would be nice to add a flag to allow for options?
History
Date User Action Args
2022-04-11 14:58:58adminsetgithub: 77119
2018-02-24 14:21:03cheryl.sabellacreate