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