blob: 4ff7d1b975687808d50edbb5db7f75568cfdf1b9 (
plain)
1
2
3
4
|
// We expect to get a permission denied error if we dynamically
// import this module without --allow-read.
export * from "file:///c:/etc/passwd";
console.log("Hello from evil_remote_import.js");
|