GET request over file protocol glitch

Bug reports and enhancement requests
Post Reply
pal1000
Junior Member
Posts: 44
Joined: Tue Mar 10, 2015 1:30 pm

GET request over file protocol glitch

Post 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>
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0
Post Reply