Adguardhome: Cannot add Tspprs filter lists.

Created on 4 Jan 2019  路  5Comments  路  Source: AdguardTeam/AdGuardHome


Steps to reproduce

  1. Go to Filters>Add filter
  2. Enter a name
  3. Type https://tspprs.com/dl/cl1 in url box and click add filter.

Expected behavior


The filter should be added to AG home.

Actual behavior


Adding the filter fails with the following message "Error: control/filtering/add_url | Couldn't fetch filter from url https://tspprs.com/dl/cl1: non-text response | 400"

Screenshot:


image

Your environment

| Description | Value |
| -------------- | ------------ |
| Version of AdGuard Home server:| v0.92
| How did you setup DNS configuration:|
| If it's a router or IoT, please write device model:|
| Operating system and version:|

Medium bug

Most helpful comment

AG Home validates the content-type response header and checks that it starts with text/plain

This header is missing in this case so that's why. In order to fix this issue, we'll have to come up with another way of checking the filter list content.

All 5 comments

AG Home validates the content-type response header and checks that it starts with text/plain

This header is missing in this case so that's why. In order to fix this issue, we'll have to come up with another way of checking the filter list content.

This header is missing in this case so that's why. In order to fix this issue, we'll have to come up with another way of checking the filter list content.

Would be good, currently unable to add Disconnect, MinimalHostsBlocker, and others due to this.

Yeah, v0.94 still have this issue, i hope fix soon :D

A bunch of filters from https://firebog.net suffer from this issue

Just adding that this is also an issue for me, having recently migrated to AGH from Pi-hole.

Looking forward to a fix.

Was this page helpful?
0 / 5 - 0 ratings