Commit 97f7ea1d authored by Sam Drew's avatar Sam Drew
Browse files

Reorder STORE-ACC-2 and -3

parent a8817b61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -463,9 +463,9 @@ Example: Permissions divided such that an extension can request and access the m

**[REQ-STORE-ACC-1]** The product shall store data and enforce access according to the Same Origin Policy.

**[REQ-STORE-ACC-2]** The product shall enforce Same Origin Policy access control for storage data outside rendering processes.
**[REQ-STORE-ACC-2]** The product shall not share or make data available across browser profiles.

**[REQ-STORE-ACC-3]** The product shall not share or make data available across browser profiles.
**[REQ-STORE-ACC-3]** The product shall enforce Same Origin Policy access control for storage data outside rendering processes.

**[REQ-SOP-AAC-1]**: The product shall deny access in one origin to all parts of another origin, except as defined in the user documentation.