Re: [w3c/manifest] Processing the manifest is no longer a function of document URL (#834)

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