[Webkit-unassigned] [Bug 266903] New: Add "lbry" to the registerProtocolHandler allowlist
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 26 15:19:25 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266903
Bug ID: 266903
Summary: Add "lbry" to the registerProtocolHandler allowlist
Product: WebKit
Version: Safari 17
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ben at yocto.com
# Steps to reproduce:
I opened the console and entered the following line:
`navigator.registerProtocolHandler('lbry','https://example.com/lbry/%s');`
# Actual results:
The console returned the following error that the function does not exist.
# Expected results:
In Safari, `registerProtocolHandler` is not supported yet. In other browsers using WebKit, where `registerProtocolHandler` is supported, the function should return `undefined` and the browser should ask if I wanted to add this protocol handler.
---
I have created an issue and a pull request on the HTML repository of WHATWG: https://github.com/whatwg/html/issues/9016 and https://github.com/whatwg/html/pull/9017. Before WHATWG wants to add lbry to the allowlist, I need 2 implementers being interested and also have bugs filed, so that is the reason I file a bug here.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231226/3b5a5b29/attachment.htm>
More information about the webkit-unassigned
mailing list