mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Flush LastModified during update
This commit is contained in:
parent
31ca68a918
commit
94cbef746b
|
@ -573,12 +573,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if (window.apis.version.isLeq(oldStorage.version, '0.0.1.23')) {
|
if (window.apis.version.isLeq(oldStorage.version, '0.0.1.25')) {
|
||||||
|
|
||||||
console.log('Switch to Antizapret automatically, only from Anitcensority without own proxies.');
|
console.log('Switch to Antizapret automatically, only from Anitcensority without own proxies.');
|
||||||
const provKey = antiCensorRu.getCurrentPacProviderKey();
|
const provKey = antiCensorRu.getCurrentPacProviderKey();
|
||||||
if (provKey !== 'Антицензорити') {
|
if (provKey !== 'Антицензорити' && provKey !== 'Антизапрет') {
|
||||||
console.log('Current provider', provKey, '!== Anticensority');
|
console.log('Current provider', provKey, '!== Anticensority or Antizapret');
|
||||||
return; // Not Anticensority.
|
return; // Not Anticensority.
|
||||||
}
|
}
|
||||||
const pacMods = window.apis.pacKitchen.getPacMods();
|
const pacMods = window.apis.pacKitchen.getPacMods();
|
||||||
|
@ -587,6 +587,7 @@
|
||||||
return; // Own proxies or Tor are used.
|
return; // Own proxies or Tor are used.
|
||||||
}
|
}
|
||||||
antiCensorRu.setCurrentPacProviderKey('Антизапрет');
|
antiCensorRu.setCurrentPacProviderKey('Антизапрет');
|
||||||
|
antiCensorRu.setLastModified(0);
|
||||||
await new Promise((resolveSwitch) =>
|
await new Promise((resolveSwitch) =>
|
||||||
|
|
||||||
antiCensorRu.syncWithPacProviderAsync((err, res, warns) => {
|
antiCensorRu.syncWithPacProviderAsync((err, res, warns) => {
|
||||||
|
@ -596,11 +597,11 @@
|
||||||
}
|
}
|
||||||
if (err) {
|
if (err) {
|
||||||
console.log(
|
console.log(
|
||||||
'Ungraceful update from 1.23: couldn\\'t fetch Antizapret:',
|
'Ungraceful update from 1.25: couldn\\'t fetch Antizapret:',
|
||||||
);
|
);
|
||||||
console.error(err);
|
console.error(err);
|
||||||
} else {
|
} else {
|
||||||
console.log('Update from 1.23 applied successfully.');
|
console.log('Update from 1.25 applied successfully.');
|
||||||
}
|
}
|
||||||
resolveSwitch();
|
resolveSwitch();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user