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