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