summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_upgrade_insecure_navigation_redirect_same_origin.html
blob: 811850e08c7e9d87e65da64d58cf58a4380cef5d (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
  <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
</head>
<body>
<script>
  window.open("http://example.com/tests/dom/security/test/csp/file_upgrade_insecure_navigation_redirect.sjs?same_origin_redirect");
</script>
</body>
</html>