Safelist `taler` scheme
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: grothoff, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
Trying to register a handle for the taler protocol.
Actual results:
A "SecurityError" DOMException is thrown as the scheme is not safelisted.
Expected results:
This is expected. I am filling this as the taler URI scheme is nearing completion, and we have both a Firefox WebExtension but also external (wallet) applications that implement a protocol handlers for it. We use the taler URI scheme to trigger interactions between Web sites and the payment system.
Whatwg upstream issue: https://github.com/whatwg/html/pull/8503
For questions about the actual scheme (documented at https://datatracker.ietf.org/doc/draft-grothoff-taler/) or questions about the safelisting you can contact us directly or use our bug tracker at https://bugs.gnunet.org/view.php?id=7316
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0
Hi,
Thank you for opening this enhancement. I will set this accordingly, as New. If this is not the correct component, feel free to change it to a more appropriate one.
Thanks for your input.
Reporter | ||
Comment 2•2 years ago
|
||
We've elaborated on the motivation for this request in this design document:
https://docs.taler.net/design-documents/039-taler-browser-integration.html
Description
•