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'),