mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Add ms-windows-store scheme
https://learn.microsoft.com/en-us/windows/uwp/launch-resume/launch-store-app
This commit is contained in:
parent
2cc17a36eb
commit
187ded1d9b
2 changed files with 2 additions and 0 deletions
|
|
@ -436,6 +436,7 @@ ignored_schemes_other = r"""
|
|||
|gemini # Gemini protocol
|
||||
|isbn # ISBN (int. book numbers)
|
||||
|javascript # JavaScript
|
||||
|ms\-windows\-store # Microsoft Store
|
||||
|slack # Slack Technologies client
|
||||
|tg # Telegram
|
||||
|whatsapp # WhatsApp
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ iana_uri_schemes_other = {
|
|||
"gemini": "Gemini protocol",
|
||||
"isbn": "ISBN (int. book numbers)",
|
||||
"javascript": "JavaScript",
|
||||
"ms-windows-store": "Microsoft Store",
|
||||
"slack": "Slack Technologies client",
|
||||
"tg": "Telegram",
|
||||
"whatsapp": "WhatsApp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue