Fixed typo in version checked on noscript capability update.
This commit is contained in:
parent
ef2b36d496
commit
2f86a20172
|
@ -241,7 +241,7 @@ var LifeCycle = (() => {
|
||||||
ns.policy.TRUSTED.capabilities.add("ping");
|
ns.policy.TRUSTED.capabilities.add("ping");
|
||||||
await ns.savePolicy();
|
await ns.savePolicy();
|
||||||
}
|
}
|
||||||
if (Ver.is(previousVersion, "<", "11.2.rc4")) {
|
if (Ver.is(previousVersion, "<=", "11.2.1")) {
|
||||||
log(`Upgrading from ${previousVersion}: configure the "noscript" capability.`);
|
log(`Upgrading from ${previousVersion}: configure the "noscript" capability.`);
|
||||||
await ns.initializing;
|
await ns.initializing;
|
||||||
let {DEFAULT, TRUSTED, UNTRUSTED} = ns.policy;
|
let {DEFAULT, TRUSTED, UNTRUSTED} = ns.policy;
|
||||||
|
|
Loading…
Reference in New Issue