Re: [w3c/manifest] Adding protocol handlers (#972)

@marcoscaceres commented on this pull request.



> +                {
+                  "protocol": "web+music",
+                  "url": "/play?songId=%s"
+                },
+                {
+                  "protocol": "store",
+                  "url": "/buy?songId=%s"

Wait, I'm still confused. First, let's link "Safelist" here to HTML, just so that's clear. 

Secondly, "web+music" is not in the safe list of "[safelisted schemes](https://html.spec.whatwg.org/multipage/system-state.html#safelisted-scheme)"? So, it would still be rejected.  

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/972#discussion_r638421252

Received on Tuesday, 25 May 2021 03:11:27 UTC