Version
AdGuard for Android 4.7.1
Environment
Android 9
Steps to reproduce
- Go to Settings -> Filtering -> Network -> HTTPS filtering -> HTTPS-filtered websites -> Website allowlist
- Tap on the
Add website option
- Enter
googleapis.com$app=com.android.vending to the "Domain" field
- Press the
Add button
Expected behaviour
The googleapis.com$app=com.android.vending rule is added to the Website exclusions list
Actual behaviour
"This domain does not exist" error is displayed.
Screenshot
Additional info
For rules with the $app modifier, the rule should be modified with the "domain"$app=package.name mask prior to providing it to CoreLibs, if the Include subdomains checkbox is unchecked.
Example
googleapis.com$app=com.android.vending -> "googleapis.com"$app=com.android.vending