Public Suffix List/Uses: Difference between revisions

Jump to navigation Jump to search
→‎Local Storage Objects: localStorage / sessionStorage / etc. are origin-bound
(→‎To Be Investigated: all workers are origin-bound)
(→‎Local Storage Objects: localStorage / sessionStorage / etc. are origin-bound)
Line 18: Line 18:


Browsers restrict the domains for which cookies can be set, to avoid "supercookies" being set for e.g. "co.uk", which would allow sites to track users across multiple domains owned by different entities.
Browsers restrict the domains for which cookies can be set, to avoid "supercookies" being set for e.g. "co.uk", which would allow sites to track users across multiple domains owned by different entities.
====Local Storage Objects====
For reasons identical to cookies, browsers restrict the domains for which Local Storage Objects (LSOs) can be set to domains.


====document.domain====
====document.domain====
Confirmed users
112

edits

Navigation menu