WICG / isolation

Other
5 stars 7 forks source link

All storage needs to be double-keyed, not just cookies #9

Open estark37 opened 7 years ago

estark37 commented 7 years ago

For the same reason that cookies inside isolated origins are double-keyed, we need to isolate all storage mechanisms, like localStorage. I'm not sure if there is a generic way to specify this other than going through all storage mechanisms and monkey-patching them to double-key by top-level isolated origin.