python / cpython

The Python programming language
https://www.python.org
Other
63.87k stars 30.57k forks source link

webbrowser: Add options for private mode #77119

Open csabella opened 6 years ago

csabella commented 6 years ago
BPO 32938
Nosy @csabella

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['3.8', 'type-feature', 'library'] title = 'webbrowser: Add options for private mode' updated_at = user = 'https://github.com/csabella' ``` bugs.python.org fields: ```python activity = actor = 'cheryl.sabella' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'cheryl.sabella' dependencies = [] files = [] hgrepos = [] issue_num = 32938 keywords = [] message_count = 1.0 messages = ['312719'] nosy_count = 1.0 nosy_names = ['cheryl.sabella'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue32938' versions = ['Python 3.8'] ```

csabella commented 6 years ago

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?

kr-g commented 1 month ago

Refer to.

https://github.com/python/cpython/pull/105984

But the code is still not merged...

merwok commented 1 month ago

Of course it’s not merged. The PR author declined to follow our requests and separate two different changes in two PRs.