- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 02 Jul 2020 22:29:32 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 July 2020 05:29:44 UTC
I think it's too risky to manipulate the `scope`, because as you point out, there are too many dependents on it.
So, if the scope is:
* invalid or not same origin: invalidate the entire manifest. 🔥
* missing + empty: `new URL("./", document.location);`
Continue checking the rest (invalidate from there).
--
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/834#issuecomment-653357754
Received on Friday, 3 July 2020 05:29:44 UTC