summaryrefslogtreecommitdiff
path: root/cli/tests/disallow_http_from_https.js
blob: fd30a023da817b041b0a45287a9669294d359f26 (plain)
1
2
// Trying to import "http://", while this file is accessed by "https://"
import "http://localhost:4545/cli/tests/001_hello.js";