diff options
Diffstat (limited to 'cli/tests/disallow_http_from_https.ts')
-rw-r--r-- | cli/tests/disallow_http_from_https.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/disallow_http_from_https.ts b/cli/tests/disallow_http_from_https.ts new file mode 100644 index 000000000..fd30a023d --- /dev/null +++ b/cli/tests/disallow_http_from_https.ts @@ -0,0 +1,2 @@ +// Trying to import "http://", while this file is accessed by "https://" +import "http://localhost:4545/cli/tests/001_hello.js"; |