Cannot add a blocklist with a URL that contains a space
Versions
Docker Tag : 2025.03.0 Core : v6.0.5 Web interface : v6.0.2
Platform
- OS and version: Debian 12
- Platform: PC, AMD Ryzen 5 1600
Expected behavior
When inputting a URL that contains a space, get a list added with that same URL.
Actual behavior / bug
The URL gets chopped around the space character. If we try to escape the space character with a %20, it gets urlencoded to %2520.
Steps to reproduce
Steps to reproduce the behavior:
- Go to 'List'
- Type a URL with a space in the list input
- Click add blocklist/allowlist
- See your URL not being inputted properly (if using %20, check result of content of url)
Can you give an example please. I can add %20 without issues
if you click on the link, it will give you : www.test.com/sdfs%2520sasdad
Confirmed
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.