Commit 224f1def authored by Mike Perry's avatar Mike Perry
Browse files

Remove mention of third party cache isolation.

The cache is not always isolated for all third parties (only those sourced
inside iframes/frames).
parent de950829
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1118,7 +1118,7 @@ isolation means that all identifier sources and browser state are scoped
(isolated) using the URL bar domain. This scoping is performed in
combination with any additional third party scope. When first party isolation
is used with explicit identifier storage that already has a constrained third
party scope (such as cookies, DOM storage, and cache), this approach is
party scope (such as cookies and DOM storage), this approach is
referred to as "double-keying".

   </para>