- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Wed, 08 Feb 2017 02:15:54 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 February 2017 10:17:18 UTC
```/.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