Re: [w3c/manifest] scope="../" should be invalid (#551)

```/.well-known/manifest-policy.json``` could list paths from root which are acting like scope borders, like

E.g. for https://github.com/:

https://github.com/.well-known/manifest-policy.json contains ```"scope_borders": ["/"]```, which means e.g. that the widest scope of https://github.com/kenchris/manifest.json  would be https://github.com/kenchris/ etc

Similarly for ```"scope_borders": ["/sites"]``` for https://inventeddomain.com, for https://inventedsite.com/sites/coolsite/data/manifest.json the widest scope would be https://inventedsite.com/sites/coolsite

For ```"additional_scopes"``` we would also need a way for a site to say that it allows itself to become an additional scope of another manifest. ```/.well-known/manifest-policy.json``` could be the right place to define that.




-- 
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/issues/551#issuecomment-278287101

Received on Wednesday, 8 February 2017 10:17:18 UTC