pomf / pomf

Pomf is a simple lightweight file host with support for drop, paste, click and API uploading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filename URL encoding

odilitime opened this issue · comments

We do not handle URL generation properly: {"success":true,"files":[{"hash":"f56c05af7e48906f27de6f2b24f79339cbd0084a","name":"test.foo bar","url":"https://my.mixtape.moe/vnbgno.foo bar","size":14}]}

should've been /vnbgno.foo%20bar
The file extension doesn't seem to be URL encoded.

(can ask cslr on IRC)