convert a warning to an error

pull/1/head
ansuz 3 years ago
parent 6c720ce9d1
commit 6578b66ba6

@ -714,8 +714,6 @@ define([
if (isOnion(trimmedUnsafe) && isOnion(trimmedSafe)) { return void cb(true); } if (isOnion(trimmedUnsafe) && isOnion(trimmedSafe)) { return void cb(true); }
// otherwise expect that both inner and outer domains use HTTPS // otherwise expect that both inner and outer domains use HTTPS
setWarningClass(msg);
msg.appendChild(h('span', [ msg.appendChild(h('span', [
"Both ", "Both ",
code('httpUnsafeOrigin'), code('httpUnsafeOrigin'),

Loading…
Cancel
Save