tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

redirect.html (489B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>X-Frame-Options headers sent along with a redirect</title>
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <script src="support/helper.sub.js"></script>
      7 
      8 <body>
      9 <script>
     10 "use strict";
     11 
     12 xfo_test({
     13  url: `./support/redirect.py?value=DENY&url=/x-frame-options/support/xfo.py%3Fvalue%3DALLOWALL`,
     14  check: "loaded message",
     15  message: `XFO on redirect responses is ignored`
     16 });
     17 </script>