blob: 88f92426506961a76b13166797bf96db29c54412 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE HTML>
<html>
<head>
<title>Bug 1732069: Sec-Fetch-Site inconsistent on localhost/IPs</title>
</head>
<body>
<iframe src="http://localhost:9898/foo"></iframe>
<iframe src="http://localhost:9899/foo"></iframe>
<iframe src="http://sub.localhost/foo"></iframe>
</body>
</html>
|