mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Remove error used for testing
This commit is contained in:
parent
e5c6c281de
commit
4d22581359
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
// TODO: dirty hack (labels should be UI related only)
|
// TODO: dirty hack (labels should be UI related only)
|
||||||
if (provider.label === 'Антицензорити') {
|
if (provider.label === 'Антицензорити') {
|
||||||
const azUrl = window.apis.antiCensorRu.pacProviders['Антизапрет'].pacUrls[0] + "ERROR";
|
const azUrl = window.apis.antiCensorRu.pacProviders['Антизапрет'].pacUrls[0];
|
||||||
console.log('HEADing antizapret...');
|
console.log('HEADing antizapret...');
|
||||||
let headError = null;
|
let headError = null;
|
||||||
const numberOfTries = 2;
|
const numberOfTries = 2;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user