blob: f195add78893da6093a550a5a42db4ffe16f8913 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
<title>Just a popup that does a redirect</title>
</head>
<body>
<h1>Just a popup that does a redirect</h1>
<script>
window.location = "https://tracking.example.org/browser/toolkit/components/antitracking/test/browser/3rdPartyOpenUI.html";
</script>
</body>
</html>
|