Skip to content
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

Only use ephemeral storage when storage would otherwise be blocked #7207

Closed
wants to merge 3 commits into from

Commits on Dec 18, 2020

  1. Only activate ephemeral storage for otherwise blocked storage

    Instead of using ephemeral storage for all unblocked third-party frame
    storage, only use ephemeral storage when third-party storage is blocked.
    This means that turning on the ephemeral storage flag will always
    replaced blocked storage in third-party frames with an ephemeral
    version, regardless of other settings.
    mrobinson authored and cathiechen committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    34d0708 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Fixed code review comments

    cathiechen committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    7203075 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. If it blocks all cookies, third party pages don't access to any stora…

    …ges including ephemeral ones
    cathiechen committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    160fa33 View commit details
    Browse the repository at this point in the history