-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ephemeral storage should work when third-party cookies are blocked #12789
Labels
OS/Android
Fixes related to Android browser functionality
OS/Desktop
privacy-pod
Feature work for the Privacy & Web Compatibility pod
QA Pass - Android ARM
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/exclude
Milestone
Comments
mrobinson
added
OS/Android
Fixes related to Android browser functionality
OS/Desktop
privacy-pod
Feature work for the Privacy & Web Compatibility pod
labels
Nov 19, 2020
This was referenced Dec 9, 2020
23 tasks
pes10k
changed the title
Ephemeral storage should work even when third-party cookies are blocked
Ephemeral storage should work when third-party cookies are blocked
Jan 19, 2021
Verified
Steps to verify:
Verification passed on
Verified testplan from #12789 (comment) Verification passed on
enabled ephemeral storage via |
Removing Android label as a follow up issue is logged #14437 |
Verification passed on OnePlus 6T with Android 10 running 1.21.71 x64 build
|
srirambv
added
OS/Android
Fixes related to Android browser functionality
QA Pass - Android ARM
labels
Mar 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
OS/Android
Fixes related to Android browser functionality
OS/Desktop
privacy-pod
Feature work for the Privacy & Web Compatibility pod
QA Pass - Android ARM
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/exclude
Currently ephemeral storage is only used when third-party cookies are unblocked. This ticket addresses changing that behavior so that ephemeral storage is only used when:
If any of these conditions is not true, ephemeral storage should not be used. If they are all true then storage should be allowed (unblocked) and the data stored should be given an ephemeral lifetime and be partitioned from non-ephemeral storage.
The text was updated successfully, but these errors were encountered: