Add zip files to allowed attachment types?

Discourse prevents you from using various file types, presumably for security reasons. Shell files for instance. Python files. Executables (like timimi offshoots for example).

It would be useful if we could bundle everything into a zip file and then be able to post it. This should provide a reasonable safeguard against malicious code, since forum members would have to download it, unarchive it, approve it for running, and run it. Kind of hard to do all that by accident.

I strongly agree. The current limits on file types here makes some sense on security concerns, but a universal way around them is much needed.

I’m bumping this thread, in case this can be addressed now on the new server.

@kjharcombe

Hello there,

I’ve just enabled ZIP uploading.

One caveat: Project staff are not responsible for the contents of ZIP files.

Keiran

1 Like

Thank you! That’s great!