Gmail Will Soon Block JavaScript File Attachments (androidpolice.com)
Starting February 13, 2017, Google will not allow JavaScript files to be sent as an attachment via Gmail in an effort to reduce malicious attacks. Android Police reports: Malicious emails often attach various forms of executable programs and trick users into running them. These include standard Windows executables (.exe), batch files (.bat), and even JavaScript files (.js). If you're not familiar with web development, JavaScript is a common language used when developing web applications, and JS files are often loaded as part of web pages. However, opening an unknown JS file on Windows can be dangerous, as it runs inside Windows Script Host by default. From there, the script can easily run Windows executables. While blocking .js attachments is a step in the right direction, it is unclear if any warnings will be shown when receiving emails with JS files attached. Source: G Suite Updates
Why did this ever work?!
An attached file is one clearly purposely trying to be sent, javascript is just regular ascii text and won't fire or do anything as a normal attachment.
Embedded however...well I've never tried it really, but based on how mangled combined HTML and text gets via email I doubt it would do anything anyways.
This all seems ridiculous, why block a person from attaching a text file?
Meh, I'm probably getting worked up over nothing, these "stories" are inflamatory click bait and bear little resemblance to reality more often than not. If true however, their service will end up (for me anyways) going the same direction as apple and microsoft did the second I didn't feel comfortable dealing with them, which was right into the trash
-linux mint forever (or until something better comes along)
Well then... *cracks the ol knuckles* ... time to get the dusty VBScript out.
But seriously: .com files? .jars and .swf? .py or .pl, or any other scripted language?
What does Powershell use?
Does Win10 still run
Did they finally kill VBScript and that other one? JScript I think it was?
What about
Or
Any others I am missing? Think that covers most of the regular ones at least.
Shit, people sending viruses will just rar the files and tell people to unrar them instead. .exe but not archive containers. (or worse, not check the file header, so you can just call it program.mp4 and tell them to rename it)
Just like file hosts that blocked
Sure it will cut situations down a bit, but people BLINDLY follow e-mail instructions to the T! For no real reason other than "bored", some times.
Stop trying to send me malicious ads --> google bastards.
Thank you
crazy dynamite monkey
If you're not familiar with web development, JavaScript is a common language used when developing web applications, and JS files are often loaded as part of web pages.
Really?
Really?
Really?
Really?
Really?
Really?
How about if Windows prevented execution of anything from the designated Download directory and all browsers were forced to download to there by default? You could launch some software and then open a file from the directory (e.g. to view in an editor) or move/initially save it somewhere else for execution. Either way it would then require a deliberate action to execute.