Re: [w3c/manifest] Add scope conflict section about same-origin and nested scopes (PR #1034)

@dmurph 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

Done. I could also call out examples of each of the list items being bad. e.g. Clearing storage for app A will clear storage for app B, Giving app A location permission possibly giving app B location permission, etc.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1034#discussion_r1122461760
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1034/review/1320848067@github.com>

Received on Thursday, 2 March 2023 00:16:24 UTC