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
6 lines
182 B
HTML
6 lines
182 B
HTML
<html><head><title>iframe cookie test</title></head>
|
|
<body>
|
|
<iframe src="/cross-site/c.com/set-cookie?thirdparty=1;SameSite=None;Secure" id="iframe_cookie"></iframe>
|
|
</body></html>
|
|
|