Why Nostr? What is Njump?
2023-09-07 19:28:35
in reply to

7666 on Nostr: Alex Gleason Caleb James DeLisle i've sorta disagreed with the "you can upload ...

i've sorta disagreed with the "you can upload anything!!!" nature of attachments on pleroma/related software, and really wanted a MIME type filter MRF to strip attachments matching a blacklist (or even safer, only allow attachments matching a whitelist) when the evil SVG debacle happened some time ago.

for now it's easy to just cheat at the web server level with

location ~* (\.svg$|\.js$|\.mjs$|\.cjs$|\.html$|\.xhtml$|\.htm$) {
deny all;
return 403;
}
Author Public Key
npub1ur37c57f062f2ngrw546s4xhjm7wq8c4rfmy3warq338cytq9m4qqae6hx