-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow suppressing HTTPS filtering error notification #3225
Comments
Just from a users POV: Disabling filtering should always be the very last resort to get an app to work, not the "solution" to suppress annoyances. |
I have to disagree here. Breaking connections may be disastrous to the app and even to the device, and this is not really user-friendly. That's why I want to enable "opportunistic" behavior by default. |
The enhancement I was asking for is just to get rid of those notifications (regarding this single app and those individual domains) whilst having no other change in functionality of Adguard. Maybe have a look at "Notic" app to get an idea. Besides: No. So if a user prefers "crippled" app functionality over privacy loss it should be the users choice. As you mentioned on Telegram: This is a power users choice. So the default should be "weaken privacy to retain functionality". Whatever floats your boat, my solution is Notic. |
And the proposed solution allows you to achieve this. My point is that this behavior is not the default. |
This can be done later, we don't have much time left to add more functionality to v3.3 release. |
Leave it to future versions, there is no need to include this into 3.3. |
I've tried what we implemented in the current nightly version, and tbh I'd like us to make the implementation simpler. Here's what I propose:
|
I had emailed about giving me the option to turn off the little yellow bar alerting me that I do not have https filtering on. I just want that to go away and not have it say I am at 79% complete due to the configurations you want me to have of the app. It feels like I am coerced into a configuration that does not really offer much benefit since most apps disable https filtering anyways. |
I stopped running with root access a while ago and my browser is Firefox for Android w/ Ublock Origin. I use a whole-device ad blocker for non-web-based ads and analytics |
Then you don't need it indeed |
Done |
Hello developers, I wonder if I can allow ALL IPs and domains with single one App in this The reason I'm not using |
@CPCer not really, you need to specify domains, not wildcards. |
Problem Description
There is a request from users who want to suppress this notification and continue trying to filter HTTPS at the same time. While I don't think this behavior should be the default, it makes sense to allow it.
Proposed Solution
pref.https.opportunistic
.pref.https.ignored.errors
true
pref.https.ignored.errors
It contains the list of apps and domains for which we do not show HTTPS filtering error notifications.
Example:
pref.https.opportunistic
pref.https.opportunistic==true
(default)If enabled, AdGuard will bypass the traffic if the app does not accept our certificate.
pref.https.opportunistic==false
If disabled, AdGuard won't bypass traffic if the app does not accept our certificate (just like what we do with browsers).
The text was updated successfully, but these errors were encountered: