this post was submitted on 18 Mar 2026
564 points (96.7% liked)
Programmer Humor
30442 readers
2563 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
heh, ofc. Apparently something to do with file:// and such uri handling, apparently executing local files? Yikes.
not just local files
if you click a link to file:///123.45.67.89:69420/files-download/virus.exe it will download and run virus.exe
it still works, but now there is a "Dangerous Link Location: This is not a web link and may lead to the execution of malicious code" warning, but previously it would silently run the file.
kinda wild a file-link ever went straight to executing it after download - which on it's own could be dangerous as well.
I guess the "the s in IOT stands for security" also applies to notepad: "the s in vibecoding stands for security"