referrer-unsafe-url-worker.html (621B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Fetch in worker: referrer with unsafe-url policy</title> 6 <meta name="help" href="https://fetch.spec.whatwg.org/#main-fetch"> 7 <meta name="help" href="https://fetch.spec.whatwg.org/#http-network-or-cache-fetch"> 8 <meta name="author" title="Canon Research France" href="https://www.crf.canon.fr"> 9 <script src="/resources/testharness.js"></script> 10 <script src="/resources/testharnessreport.js"></script> 11 </head> 12 <body> 13 <script> 14 fetch_tests_from_worker(new Worker("referrer-unsafe-url.js")); 15 </script> 16 </body> 17 </html>