From 5f9c1c7da6047ee8612e71f8ef4ca9c950b3a699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 21 May 2020 13:06:12 +0200 Subject: fix: disallow http imports for modules loaded over https (#5680) --- cli/tests/disallow_http_from_https_js.out | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/disallow_http_from_https_js.out (limited to 'cli/tests/disallow_http_from_https_js.out') diff --git a/cli/tests/disallow_http_from_https_js.out b/cli/tests/disallow_http_from_https_js.out new file mode 100644 index 000000000..7b71cb6bf --- /dev/null +++ b/cli/tests/disallow_http_from_https_js.out @@ -0,0 +1 @@ +error: Modules loaded over https:// are not allowed to import modules over http:// -- cgit v1.2.3