mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-11 03:56:33 +03:00
Remove weird exceptions case
This commit is contained in:
parent
4325edf84f
commit
9159b3a67b
|
@ -288,7 +288,7 @@
|
||||||
|
|
||||||
}, finalExceptions);
|
}, finalExceptions);
|
||||||
}
|
}
|
||||||
if (pacMods.ifMindExceptions || ifManualExceptions) {
|
if (pacMods.ifMindExceptions) {
|
||||||
Object.assign(finalExceptions, (pacMods.exceptions || {}));
|
Object.assign(finalExceptions, (pacMods.exceptions || {}));
|
||||||
}
|
}
|
||||||
const ifExceptions = Object.keys(finalExceptions).length;
|
const ifExceptions = Object.keys(finalExceptions).length;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user