mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-27 20:03:45 +03:00
Ready for migration of custom proxies format
This commit is contained in:
parent
b0f826dab6
commit
15e95d6e07
|
@ -525,11 +525,14 @@
|
|||
|
||||
// UPDATE & MIGRATION
|
||||
console.log('Updating from', oldStorage.version, 'to', antiCensorRu.version);
|
||||
const key = antiCensorRu._currentPacProviderKey;
|
||||
if (oldStorage.version === '0.0.1.2') {
|
||||
if (key !== null && key !== 'onlyOwnSites') {
|
||||
antiCensorRu._currentPacProviderKey = 'Антицензорити';
|
||||
}
|
||||
if (window.apis.version.isLeq(oldStorage.version, '0.0.1.5')) {
|
||||
|
||||
// Change semicolons to newlines in proxy string (raw).
|
||||
// TODO:
|
||||
const modsMutated = window.apis.pacKitchen.getPacMods();
|
||||
modsMutated['customProxyStringRaw'] = MIGRATE(conf.value);
|
||||
window.apis.pacKitchen.keepCookedNowAsync(modsMutated, cb);
|
||||
|
||||
}
|
||||
|
||||
antiCensorRu.pushToStorageAsync(() => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user