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.
6 lines
177 B
HTML
6 lines
177 B
HTML
<html><head><title>nested iframe script test</title></head>
|
|
<body>
|
|
<iframe src="/cross-site/c.com/iframe_script_cookie.html" id="nested_iframe_script"></iframe>
|
|
</body></html>
|
|
|