Skip to content

Fix fetching IP block list file

The default KIO user-agent ('Mozilla/5.0 ...') is treated by the remote server as a browser UA and the request is redirected to a Captcha page. Using a custom agent allows to download the file directly. BUG: 449305

While at it, change the url to use https.

Merge request reports