mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-02-07 15:20:36 +03:00
Merge branch 'development' into production
This commit is contained in:
commit
fe43ad698c
|
@ -552,7 +552,7 @@
|
||||||
}
|
}
|
||||||
if (oldAntiCensorRu.version && window.apis.version.isLeq(oldAntiCensorRu.version, '0.0.1.49')) {
|
if (oldAntiCensorRu.version && window.apis.version.isLeq(oldAntiCensorRu.version, '0.0.1.49')) {
|
||||||
const modsMutated = window.apis.pacKitchen.getPacModsRaw();
|
const modsMutated = window.apis.pacKitchen.getPacModsRaw();
|
||||||
if (modsMutated) {
|
if (modsMutated && modsMutated.exceptions) {
|
||||||
modsMutated.exceptions = Object.entries(modsMutated.exceptions).reduce((acc, [host, ifProxy]) => {
|
modsMutated.exceptions = Object.entries(modsMutated.exceptions).reduce((acc, [host, ifProxy]) => {
|
||||||
acc[\`*.\${host}\`] = ifProxy;
|
acc[\`*.\${host}\`] = ifProxy;
|
||||||
return acc;
|
return acc;
|
||||||
|
|
|
@ -10,7 +10,7 @@ const pacUrls = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const commonContext = {
|
const commonContext = {
|
||||||
version: '1.50',
|
version: '1.51',
|
||||||
anticensorityPacUrls: [
|
anticensorityPacUrls: [
|
||||||
...pacUrls,
|
...pacUrls,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user