Skip to content

Support private mode in webbrowser #105983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kr-g opened this issue Jun 22, 2023 · 1 comment
Closed

Support private mode in webbrowser #105983

kr-g opened this issue Jun 22, 2023 · 1 comment
Labels
3.13 bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@kr-g
Copy link

kr-g commented Jun 22, 2023

Feature or enhancement

support of webbrowser incognito / private browsing

Pitch

modern webbrowsers offer to open an url in a data privacy protected mode.

open an url is done by calling

open(url, new=0, autoraise=True)

here giving new=3 will indicate to open the url in data privacy mode

Previous discussion

na

Linked PRs

@kr-g kr-g added the type-feature A feature request or enhancement label Jun 22, 2023
@arhadthedev arhadthedev added the stdlib Python modules in the Lib dir label Jun 22, 2023
@merwok merwok added the 3.13 bugs and security fixes label Jun 23, 2023
AmirNakhaeii added a commit to AmirNakhaeii/cpython that referenced this issue Jun 24, 2023
AmirNakhaeii added a commit to AmirNakhaeii/cpython that referenced this issue Jun 24, 2023
AmirNakhaeii added a commit to AmirNakhaeii/cpython that referenced this issue Jun 25, 2023
AmirNakhaeii added a commit to AmirNakhaeii/cpython that referenced this issue Jun 28, 2023
AmirNakhaeii added a commit to AmirNakhaeii/cpython that referenced this issue Jun 28, 2023
@merwok merwok changed the title webbrowser incognito mode Support private mode in webbrowser Oct 18, 2023
@hugovk
Copy link
Member

hugovk commented Oct 9, 2024

Closing as duplicate of the earlier #77119.

@hugovk hugovk closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

4 participants