Protocol activation on Wasm is too restrictive #11203
Labels
difficulty/starter 🚀
Categorizes an issue for which the difficulty level is reachable by newcomers
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/enhancement
New feature or request
low-hanging-🍒
Categorizes an issue that might be a quick win with meaningful positive impact.
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
project/non-ui ⚙️
Categorizes an issue or PR as relevant to winrt (non-ui)
Currently, protocol activation on Wasm requires the
web+
prefix. According to the docs, the following are also valid:bitcoin
ftp
ftps
geo
im
irc
ircs
magnet
mailto
matrix
mms
news
nntp
openpgp4fpr
sftp
sip
sms
smsto
ssh
tel
urn
webcal
wtai
xmpp
Notes for contributors
This list of allowed protocols needs to be incorporated into all places where
web+
appears insrc/Uno.UWP/Helpers/ProtocolActivation.wasm.cs
. In addition, please updatedoc/articles/features/protocol-activation.md
with this information.The text was updated successfully, but these errors were encountered: