mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Change error to warning and its text
This commit is contained in:
parent
72faa8b8a9
commit
ae0fbeaf8a
|
@ -116,12 +116,15 @@
|
||||||
|
|
||||||
const pacMods = window.apis.pacKitchen.getPacMods();
|
const pacMods = window.apis.pacKitchen.getPacMods();
|
||||||
if (!pacMods.filteredCustomsString) {
|
if (!pacMods.filteredCustomsString) {
|
||||||
cb(new Error(
|
addWarning(
|
||||||
```
|
```
|
||||||
Этот PAC-скрипт теперь работает только со <a href="https://rebrand.ly/ac-own-proxy">СВОИМИ</a>
|
Не найдено СВОИХ прокси. Этот PAC-скрипт
|
||||||
прокси. Не найдено СВОИХ прокси. Отключите PAC-скрипт и добавьте их.
|
<a href="https://github.com/anticensority/runet-censorship-bypass/issues/10#issuecomment-387436191">теперь</a>
|
||||||
|
работает только со <a href="https://rebrand.ly/ac-own-proxy">СВОИМИ прокси</a>
|
||||||
|
(по умолчанию — локальный <a href="https://rebrand.ly/ac-tor">TOR</a>, для его отключения: Свои прокси -> откл. "Использовать прокси PAC-скрипта").
|
||||||
```,
|
```,
|
||||||
));
|
);
|
||||||
|
cb();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user