blokadaorg / blokada

The official repo for Blokada apps.
https://blokada.org
3.05k stars 215 forks source link

Blokada 5 seems to block requests from DownloadManager #880

Open Porkepix opened 3 years ago

Porkepix commented 3 years ago

With Blokada 5 I now have several examples of applications unable resolve DNS when relying on DownloadManager.

For example:

07-29 12:30:52.561  3460  8826 D DownloadManager: [198] Starting
07-29 12:30:52.592  3460  8826 W DownloadManager: [198] Stop requested with status HTTP_DATA_ERROR: Unable to resolve host "cdn.organicmaps.app": No address associated with hostname
07-29 12:30:52.595  3460  8826 D DownloadManager: [198] Finished with status WAITING_TO_RETRY

This comes from an Android 8 phone.

The exact same things works on an Android 11 phone running Blokada 4 (with both applications I got the issue with).

Interesting thing is that those requests doesn't even appears in the Activity log of Blokada 5.