Change 3p storage handling to improve webcompat #8373
Labels
privacy
privacy-pod
Feature work for the Privacy & Web Compatibility pod
webcompat/shields
Shields is breaking a website.
Milestone
Currently Brave
1) doesn't send cookies to any sub-requests (excepting hardcoded exceptions), even for eTLD+12) doesn't allow any storage in embedded frames3) nulls out storage related endpoints in embedded frames
All the above will cause webcompat problems.
We should maintain the same privacy protections, but decrease webcompat concerns, by making the following changes:
1) send cookies for eTLD+1 equal requests2) all eTLD+1 equal frames have standard storage3) eTLD+1 not-equal frames should have ephemeral (e.g. document length) storage
The text was updated successfully, but these errors were encountered: