Sergey Fionov

Results 154 comments of Sergey Fionov

@BooBerry Thanks, will recheck it.

@AdamWr For small frames (< 100'000 px) generic CSS rules are not applied, please use domain-specific rules. This behaviour is old and derived from this issue: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/223

@optomux document.write destroys DOM if it is already built, so it's hard to debug. It is safer to use ```s = document.createElement('script'); s.src = 'somerandomscript.js'; document.getElementsByTagName('head')[0].appendChild(s);```

@korotobo Currently `connect --no-fork` should be ran under `sudo -E` if you use adguardvpn-cli not under root user

Fixed in [today's nightly](https://github.com/AdguardTeam/AdGuardVPNCLI/releases/tag/v1.0.3-nightly)

Install script was fixed, it will try sudo only if main command fails, and won't try sudo if user is root.

@piquark6046 What do you mean for "stamp"? The page looks the same with and without adguard for me (including the broken image)

@Eksol AdGuard for Android already have Anti-DPI functionality with the most common settings implemented (split packets, split delay, increase first packet size). You may try to tune these params.

@Viktor-532 Для дальнейшего исследования проблемы необходим дебаг-лог. Пожалуйста, выполните следующие шаги: 1. adguardvpn-cli config set-debug-logging on 2. Переподключитесь и повторите проблему, запомните время повторения 3. adguardvpn-cli config set-debug-logging off 4....

@Viktor-532 Добрый день! Получил логи, спасибо. Конкретно проблема из ваших логов решена в найтли, но, судя по соседним сообщениям, на найтли тоже случаются неработающие исключения. Есть ли у вас возможность...