-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In OutputFiles.rewritePath()
the filename is taken from the URL, but some URL filenames have characters that are illegal (at least on Windows).
ie if I am testing my site at www.example.org/test.html?testnumber=1
, this will attempt to save a file as test.html?testnumber=1puppeteerTemp-inline.js
but the ? is invalid in windows filenames.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working