You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following questions for yourself before submitting an issue.
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
AdGuard version
4.0 Nightly 101
Environment
- OS: Android 12
- Device: Xiaomi
Root access
Yes, I have it.
What filters do you have enabled?
No response
What Stealth Mode options do you have enabled?
No response
Issue Details
Steps to reproduce:
Open "Recent activity"
Find a request of type "HTTPS Tunnel" or "Connection"
Uncheck "Apply only for package name" checkbox
Then check it again.
Expected Behavior
On step 3 you should have a simple rule looking like this: ||example.org^
On step 4 you should have a rule with $app modifier only: ||example.org^$app=packagename
IMPORTANT:$domain modifier can only be added if a request has Referrer URL. If this field is missing, there should be no $domain modifier.
Actual Behavior
On step 3 the rule has $domain modifier which makes zero sense for these requests: ||example.org^$domain=example.org
On step 4 the rule has both $domain and $app modifiers: ||example.org^$app=packagename,domain=example.org
Screenshots
Screenshot 1:
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Please answer the following questions for yourself before submitting an issue.
AdGuard version
4.0 Nightly 101
Environment
Root access
What filters do you have enabled?
No response
What Stealth Mode options do you have enabled?
No response
Issue Details
Steps to reproduce:
Expected Behavior
On step 3 you should have a simple rule looking like this:
||example.org^
On step 4 you should have a rule with
$app
modifier only:||example.org^$app=packagename
IMPORTANT:
$domain
modifier can only be added if a request hasReferrer URL
. If this field is missing, there should be no$domain
modifier.Actual Behavior
On step 3 the rule has
$domain
modifier which makes zero sense for these requests:||example.org^$domain=example.org
On step 4 the rule has both
$domain
and$app
modifiers:||example.org^$app=packagename,domain=example.org
Screenshots
Screenshot 1:
Additional Information
No response
The text was updated successfully, but these errors were encountered: