File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -92525,6 +92525,12 @@ interface <dfn interface data-x="dom-Origin-interface">Origin</dfn> {
9252592525 data-x="dom-Origin-isSameSite">isSameSite(other)</code></dfn> method returns true if
9252692526 <span>this</span>'s <span data-x="dom-Origin-origin">origin</span> is <span>same site</span> with
9252792527 <var>other</var>'s <span data-x="dom-Origin-origin">origin</span>, and false otherwise.</p>
92528+
92529+ <p class="note">Note that same-site checks might return different values for the same origins in
92530+ different user agents, or even in the same user agent at different times, as the public suffix
92531+ list is updated and distributed in implementation-defined ways. <span
92532+ data-x="dom-Origin-isSameSite">isSameSite()</span> reflects the user agent's current understanding
92533+ of the relationship between two origins, but makes no promises about the future.</p>
9252892534 </div>
9252992535
9253092536
You can’t perform that action at this time.
0 commit comments