summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_navigate_to.html
blob: f6ea36d389f9be61c7b08e05bfbba7932f96bd6d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<head>
  <title>Bug 1529068 Implement CSP 'navigate-to' directive</title>
</head>
<body>
  <script type="text/javascript">
  window.location = "http://www.example.com/";
  </script>
</body>
</html>