You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
Was getting blank windows when I noticed via DevTools I was getting a SyntaxError: missing ) after argument list, this is because my project folder has a ' in the absolute path.
In fact, this seems like a possible XSS attack vector if the folders are named specifically. (E.g. escaping string quoting via the path)
Please escape the absolute path when injecting var __electronHot__ = require(…); with the path
The text was updated successfully, but these errors were encountered:
Was getting blank windows when I noticed via DevTools I was getting a
SyntaxError: missing ) after argument list
, this is because my project folder has a'
in the absolute path.In fact, this seems like a possible XSS attack vector if the folders are named specifically. (E.g. escaping string quoting via the path)
Please escape the absolute path when injecting
var __electronHot__ = require(…);
with the pathThe text was updated successfully, but these errors were encountered: