gh-105983: add incognito mode to webbrowser module by AmirNakhaeii · Pull Request #106069 · python/cpython · GitHub

github.com

Tin mới

AmirNakhaeii:fix-issue-105983

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

Support private mode in webbrowser #105983

: added incognito / private mode to webbrowser.py

: Fixed some logical errors

📜🤖 Added by blurb_it.

Merge branch 'python:main' into fix-issue-105983

Merge branch 'main' into fix-issue-105983

: Fix incognito flag for edge browser

https://github.com/kr-g/cpython/tree/kr-g-browser-incognito

probably best would be that you wait until my pull request is merged, and then you create an own issue regarding the enhancement and support for edge. and an extra pull request for that.

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

please have also a look here https://github.com/python/cpython/pull/105984/files at the test cases -> Lib/test/test_webbrowser.py

gh-105983: Add private mode support to webbrowser #105984