Comment on [Project] 0807 - a self-hosted ephemeral file host with no accounts and a Tor onion service

<- View Parent
Matty_r@programming.dev ⁨3⁩ ⁨days⁩ ago

I was thinking surely it doesn’t just look at the extension and instead uses the mime type at the backend… After looking for a minute (on mobile) I think thats what it does.

process.env.BLOCKED_EXT === undefined ? ‘exe,bat,cmd,com,scr,msi,vbs,ps1,sh,jar’ : process.env.BLOCKED_EXT)

original
Sort:hotnewtop