convert a warning to an error
parent
6c720ce9d1
commit
6578b66ba6
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue