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.
7 lines
105 B
HTML
7 lines
105 B
HTML
<html>
|
|
<head></head>
|
|
<body>
|
|
<script src="/cross-site/c.com/script_cookies.js"></script>
|
|
</body>
|
|
</html>
|