- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 24 May 2021 20:11:15 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 May 2021 03:11:27 UTC
@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