mirror of
https://github.com/9001/copyparty.git
synced 2026-03-16 05:03:26 +10:00
fix unpost filters with slashes
This commit is contained in:
@@ -2849,6 +2849,7 @@ class HttpCli(object):
|
||||
raise Pebkac(500, "sqlite3 is not available on the server; cannot unpost")
|
||||
|
||||
filt = self.uparam.get("filter")
|
||||
filt = unquotep(filt or "")
|
||||
lm = "ups [{}]".format(filt)
|
||||
self.log(lm)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user