convert a warning to an error

pull/1/head
ansuz 2021-07-26 13:07:23 +05:30
parent 6c720ce9d1
commit 6578b66ba6
1 changed files with 0 additions and 2 deletions

View File

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