The filter should be added to AG home.
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:

| 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:|
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.
Most helpful comment
AG Home validates the
content-typeresponse header and checks that it starts withtext/plainThis 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.