HalosGhost / pandabin

A self-hostable, simple and fast pastebin written in C
GNU General Public License v3.0
3 stars 0 forks source link

Detect/Guess MIME-type for fancier Reading #11

Open HalosGhost opened 7 years ago

HalosGhost commented 7 years ago

We could use libmagic to do this, but there are security concerns.

We could, alternatively, just serve everything as an application/octet-stream and let the UA deal with it (perhaps allowing the reader to specify a file extension to help the UA guess?).

HalosGhost commented 7 years ago

via e7e5b5a4ff0d07a7ee3372e93f9d97945519d26c