From 6578b66ba6b6b665eb4b440f4e74b65811dcfed5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 26 Jul 2021 13:07:23 +0530 Subject: [PATCH] convert a warning to an error --- www/checkup/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/checkup/main.js b/www/checkup/main.js index f4a40d11e..93ead1bbc 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -714,8 +714,6 @@ define([ if (isOnion(trimmedUnsafe) && isOnion(trimmedSafe)) { return void cb(true); } // otherwise expect that both inner and outer domains use HTTPS - setWarningClass(msg); - msg.appendChild(h('span', [ "Both ", code('httpUnsafeOrigin'),