Commit Graph
2 Commits
Author SHA1 Message Date
bridiver 9e7efe2a22 fix cookie tests for new chromium cookie policy
https://blog.chromium.org/2020/01/building-more-private-web-path-towards.html
https://source.chromium.org/chromium/chromium/src/+/2fbb8e5c2bce66bede14cbfe9c6b427b835f67d9

commit 2fbb8e5c2bce66bede14cbfe9c6b427b835f67d9
Author: Lily Chen <chlily@chromium.org>
Date:   Wed Nov 13 00:31:06 2019 +0000

    Remove SameSite features from experimental web platform features

    SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure were
    added to the set of features enabled with
    --enable-experimental-web-platform-features in
    https://crrev.com/c/1691522.

    This CL removes those features from the experimental web platform
    features but retains test coverage for them.

    Bug: 953306, 954551, 961439
2020-08-06 17:32:14 -04:00
Ivan Efremov 783ee0be15 Issue 2095: use the proper tab origin.
https://github.com/brave/brave-browser/issues/2095

As per URLRequest documentation and the corresponding RFC,
site_for_cookies cannot be used as a top-level document origin since it
can be empty in certain cases. We need to replace it with something more
reliable.
2018-11-28 13:34:16 -05:00