Page 1 of 1

GET request over file protocol glitch

Posted: Wed Jun 17, 2020 9:28 pm
by pal1000
Create a HTML document and open it over file protocol with a random GET request payload, per testcase itself:

Code: Select all

<html>
<head>
<title>NoScript - GET request over file protocol glitch</title>
</head>
<body>
<script>
document.write('Open this page with a random GET request and this active content won&apos;t run unless you allow whole file protocol');
</script>
</body>
</html>