Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChange 3p storage handling to improve webcompat #8373
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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