- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 04 Aug 2022 16:28:11 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 August 2022 23:28:24 UTC
@marcoscaceres commented on this pull request. > + multiple web applications with the same, overlapping, or nested scopes. Doing so creates + several issues (detailed below) and is thus considered bad practice. + </p> + <ul> + <li>The scopes of the two web apps can be on the same origin. Not + recommended. + </li> + <li>The scope of one web app can be nested inside the scope of the + other. Strongly not recommended. + </li> + <li>The scopes of the two web apps can be the same. Strongly not + recommended. + </li> + </ul> + <p> + Same-origin scopes are not recommended due to origin-based settings This one doesn't quite make sense as written. It reads like we are discouraging same-origin scopes? It would be better to frame this explaining why one origin per application is ideal. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1034#pullrequestreview-1062694301 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1034/review/1062694301@github.com>
Received on Thursday, 4 August 2022 23:28:24 UTC