Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.13] gh-108172: do not override OS preferred browser if it is a super-string of a known browser (GH-113011)#123527

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Yhg1s merged 1 commit intopython:3.13frommiss-islington:backport-10bf615-3.13
Sep 2, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedAug 31, 2024
edited by bedevere-appbot
Loading

When checking if the registering browser is the "OS preferred browser", do not use a substring search - that makes no sense: one can have a preferred browser that looks like a super-string of a known browser, e.g. "firefox-nightly" vs "firefox".

#108172 explains in more detail, and lays out a potential better future enhancement for this case of just using xdg-open. We'll go with this for now.


(cherry picked from commit10bf615)

Co-authored-by: Oded Arbeloded@geek.co.il
Co-authored-by: Alex WaygoodAlex.Waygood@Gmail.com

…r-string of a known browser (pythonGH-113011)When checking if the registering browser is the "OS preferred browser", do not use a substring search - that makes no sense: one can have a preferred browser that looks like a super-string of a known browser, e.g. "firefox-nightly" vs "firefox".python#108172 explains in more detail, and lays out a potential better future enhancement for this case of just using xdg-open.  We'll go with this for now.---------(cherry picked from commit10bf615)Co-authored-by: Oded Arbel <oded@geek.co.il>Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees

@Yhg1sYhg1s

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@miss-islington@Yhg1s@guss77

[8]ページ先頭

©2009-2025 Movatter.jp