Slashdot Mirror


Google Chrome Wants To Block Some HTTP File Downloads (zdnet.com)

An anonymous reader writes: Google wants to block some file downloads carried out via HTTP on websites that use HTTPS. The plan is to block EXE, DMG, CRX, ZIP, GZIP, BZIP, TAR, RAR, and 7Z file downloads when the download is initiated via HTTP but the website URL shows HTTPS.

Google said it's currently not thinking of blocking all downloads started from HTTP sites, since the browser already warns users about a site's poor security via the "Not Secure" indicator in the URL bar. The idea is to block insecure downloads on sites that appear to be secure (loaded via HTTPS) but where the downloads take place via plain ol' HTTP.

207 comments

  1. UGh. by flippy · · Score: 5, Insightful

    Why oh why does Google think that they know better than everyone? Give a warning, sure, and then let the user decide. Just the same way it handles an HTTP page vs an HTTPS page.

    1. Re:UGh. by Highdude702 · · Score: 1

      On top of that there are a ton more file extensions that should be added to it if they are trying to stop on the fly bin replacment. This is google playing nanny again.

    2. Re:UGh. by flippy · · Score: 2

      100%. I get that they want to try to protect people from their own mistakes, but just outright disallowing stuff isn't the way to do that.

    3. Re:UGh. by Anonymous Coward · · Score: 0

      This has to be one of the most Google thing we've seen in some time. But that's Google for you. They have a ridiculously long record of ignoring users or actively doing things they don't want, and they're not about to change until forced.

    4. Re:UGh. by Anonymous Coward · · Score: 0

      Why oh why does Google think that they know better than everyone?

      Well, they do make the most popular browser in the world. That lends a little bit of credibility.

    5. Re:UGh. by supremebob · · Score: 4, Insightful

      I wish that Google gave you the ability to suppress those warnings as well. I have a few internal development sites with invalid SSL certificates on them, which Google throws an obnoxious "YOUR CONNECTION IS NOT PRIVATE" warning every time I hit them.

      Congratulations, Google, you're training people to click on the "Proceed to x (unsafe)" link EVERY time they see that page as a muscle memory reaction, whether or not it's a real security issue or not.

    6. Re: UGh. by Anonymous Coward · · Score: 0

      When a browser blocks a download I close the browser and use a different browser. Simple. If they want me to use chrome then they will make chrome user friendly for this user.

    7. Re: UGh. by Anonymous Coward · · Score: 0

      Or you could fix your sites.

    8. Re: UGh. by flippy · · Score: 1

      I gotta agree with the AC here. If your SSL cert is invalid, then you're the one teaching people to proceed to unsafe as muscle memory reaction, unless you're the only one using that site.

      If you are the only one using the site, you're expecting a browser customization to make your life less annoying by allowing you to disable a feature that benefits most users. The Big G ain't gonna do that.

    9. Re: UGh. by supremebob · · Score: 1

      Like I said, it's an internal development site. I don't want to waste my time setting up and maintaining SSL certificates for it.

      All I want is a simple "ignore SSL warnings for this domain" checkbox. It's not a huge ask.

    10. Re:UGh. by Anonymous Coward · · Score: 0

      BS! JEWgle shoved it down everyone's throat as 'addonware' to what people downloaded even autoinstalling it taking advantage of ignorance by most users and like typical jews they stole others code to do it and corrupted it (Chromium). Either get woke or quit twisting things jew boy liar.

    11. Re:UGh. by fafalone · · Score: 1

      Firefox isn't much better. I had no idea all download URLs were transmitted to a malware check, until after I spent 8 hours on a super slow download of one part of a zipped video file (i.e. not even executable), then Firefox, without warning, said it was malware and deleted it so hard forensic software couldn't get it back a minute later. And the only option around this is disabling the service entirely, which was fine for me since I was appalled at it transmitting all my URLs to a 3rd party without warning, but I'd imagine some would want a prompt. Maybe they changed it since I stopped updating, but knowing Mozilla, it's probably worse.

    12. Re:UGh. by MightyMartian · · Score: 1

      Most people have no ability to decide. Providing the feature can be turned off, I have absolutely no problem with a default that blocks files that are the most frequent delivery agents of malware.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    13. Re:UGh. by GameboyRMH · · Score: 1

      It's incredibly stupid that browsers don't make a peep about plaintext HTTP connections, but go into full "DANGER WILL ROBINSON!!1" alert for HTTPS connections with a self-signed or invalid cert. In what way could the latter possibly be less secure than the former?

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    14. Re: UGh. by ilsaloving · · Score: 2

      I used to feel the same way. Then I started seeing issues like mixed http/https, and similar things, which don't get caught until far later in the dev cycle than they should be. Occasionally it results in an unexpectedly complicated mess.

      You don't need to be fancy about it. It may take a little initial setup to get, say, Lets Encrypt working, but incorporating SSL into your dev/qa environments will save you potential unexpected frustration down the road.

      Generally speaking, the closer you can match a dev environment to the final prod environment (in all aspects that can impact the operation of the final product that is), the better off you'll be.

    15. Re:UGh. by Anonymous Coward · · Score: 0

      What a strange question. They almost certainly have data (telemetry) that shows conclusively that they do know better than "everybody", meaning that they know the number of downloads initiated through http from https and have a fair idea of the proportion of times it was provably unsafe.

      I also bet there's an option to re-enable this, but in the basement behind a door that says "beware of leopard".

    16. Re:UGh. by AmiMoJo · · Score: 1

      You are supposed to install a local root certificate that you use to produce your own test certs.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    17. Re:UGh. by Anonymous Coward · · Score: 0

      Why doesn't Google have a warning that your connection isn't private whenever you use Chrome? If Google could provide instructions on how to block Google then I'd appreciate it.

    18. Re:UGh. by grep+-v+'.*'+* · · Score: 1

      as a muscle memory reaction,

      Just hand Chrome (Chromium) over to the UI/UX experts. They'll have your errant muscle memory fixed in no time. And even better, it'll even STAY fixed since they'll keep moving it around and changing it's appearance.

      --
      If the universe is someone's simulation -- does that mean the stars are just stuck pixels?
    19. Re:UGh. by SurenEnfiajyan · · Score: 1

      As if Mozilla (and others which usually make browsers based on Chromium) is much better. I remember I couldn't paste a quite large piece of JS code in Firefox dev console since Mozilla thinks that it's very insecure to execute something from an unknown source. Actually it's uncommon for an average clueless user to open browser dev tools, paste and execute a JS code. This is just an example of ruining the developers' experience. And many similar things are can be said for user experience. Others aren't significantly better, they're doing almost the same things.

    20. Re: UGh. by Anne+Thwacks · · Score: 1
      It may take a little initial setup to get, say, Lets Encrypt working

      It would so much easier if LetsEncrypt gave you error messages with at least a little info on what went wrong. If a file is a problem: give me the damn filename! (and the path you where YOU think it should be. Then I will be able to find out if it is the content or the location that is a problem. If the permissions are wrong, let me know. Its not that hard).

      However, with regard to the OP, if there are multiple errors, you might have to let some go while you fix others. Its quite helpful to have the choice to leave the ones you are waiting for help on while fixing ones you know the answer to.

      It is absolutely infuriating to have to fight Google every step of the way.

      --
      Sent from my ASR33 using ASCII
    21. Re: UGh. by Anonymous Coward · · Score: 0

      This is a useful idea.

    22. Re: UGh. by fibonacci8 · · Score: 2

      Thoughts and prayers to everyone using your internal development site.

      --
      Inheritance is the sincerest form of nepotism.
    23. Re:UGh. by tepples · · Score: 1

      I've read it's a lot harder to install a local root certificate on an iPhone, iPad, Android phone, or Android tablet than on, say, a desktop computer. Besides, as of Android 7, local root certificates don't even work in all apps unless each app's developer has opted into using local root certificates through the app's Network Security Config.

    24. Re:UGh. by jythie · · Score: 1

      Even worse, there are some cases where it doesn't even give you the 'Proceed to x (unsafe)' link anymore. It makes dealing with outdate (gasp only a few years old!) embedded devices REALLY frustrating.

    25. Re:UGh. by AmiMoJo · · Score: 1

      It's fairly easy: https://support.google.com/nex...

      Should work with all major browsers.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    26. Re:UGh. by gmack · · Score: 1

      Setting up an internal Certificate Authority is not that hard.

    27. Re:UGh. by Anonymous Coward · · Score: 0

      And have a way to disable all warnings. Chromium based browsers have the annoying tendency to pop up a box asking to confirm the download of certain filetypes, such as exe but have no setting for disabling it. I don't want my computer second-guessing me.

    28. Re:UGh. by Anonymous Coward · · Score: 0

      Firefox isn't much better. I had no idea all download URLs were transmitted to a malware check, until after I spent 8 hours on a super slow download of one part of a zipped video file (i.e. not even executable), then Firefox, without warning, said it was malware and deleted it so hard forensic software couldn't get it back a minute later. And the only option around this is disabling the service entirely, which was fine for me since I was appalled at it transmitting all my URLs to a 3rd party without warning, but I'd imagine some would want a prompt. Maybe they changed it since I stopped updating, but knowing Mozilla, it's probably worse.

      Where can I find more info about this, please?

    29. Re: UGh. by Anonymous Coward · · Score: 2, Interesting

      Except Let's Encrypt doesn't work well for servers behind firewalls. You can coax out a manual cert via DNS but it sucks if your DNS doesn't have a dynamic update API or is only accessible via a special VPN network. And then Let's Encrypt certs are short-lived, so you end up repeating the process every 3 months.

      The scenario you describe is precisely why we need DNSSEC DANE TLSA mode 3. Then we can all publicly run our own private CAs. Browsers would trust your root for your domains only and trust my root for my domains only. They would also be able to trust internal infrastructure behind firewalls signed with that root without ever having to install a single root CA cert. We would finally ditch public CAs at that point, including Let's Encrypt, and have real trust on both the Internet and Intranets.

      Unfortunately, none of the major web browsers implement any part of DNSSEC DANE TLSA. At one point Mozilla even declared the relevant open bug/feature request as WONTFIX. If you read into the whole DANE TLSA debacle that's silently gone on for the past 8 years after the IETF finalized the specification, the TL;DR is that no one cares about implementing actual software security unless it makes a ton of money for someone.

    30. Re: UGh. by Anonymous Coward · · Score: 0

      If you can't be assed doing it now you won't be later you lazy piece of shit.

    31. Re:UGh. by AHuxley · · Score: 1

      So their encrypted ads show. No more placing ads with HTTP that are 3rd party.

      --
      Domestic spying is now "Benign Information Gathering"
    32. Re: UGh. by Anonymous Coward · · Score: 0

      Different AC here. I manage around 8,000 different devices which use an html based interface. Yes, I could generate and install a valid cert for each one.
      Or more accurately, I could open a ticket with our IT Cert team to have them generate one for me. Well, one for each device, they won't allow me to use one (or even a few) for multiple systems. Oh, and it's a standard 30 to 60 SLA for them to generate one. Last time I tried doing a batch of 200 they quoted me six months. And they'll only give me certs that are valid for a year.
      Did I mention that IT also has our workstations locked down and won't allow installation of any unapproved authorities?

      Anyhow, I gave up on it. And have now trained my fingers so well I can click through the warnings without really looking.

    33. Re:UGh. by tepples · · Score: 1

      Should work with all major browsers.

      From the page you linked:

      Most apps don't work with CA certificates that you add

      In Android 7.0 and up, by default, apps don't work with CA certificates that you add. But app developers can choose to let their apps work with manually added CA certificates.

      Do you mean that the publishers of Chrome, Firefox, and other major browsers do in fact "choose to let their apps work with manually added CA certificates"?

    34. Re: UGh. by Zmobie · · Score: 1

      No. Granted, working in a dev environment is a bit of a corner case, but there is no reason this can't be a configuration option. I am not generating a bunch of certs for staging servers or other environments that are highly volatile and constantly built and torn down. Google is getting pretty draconian with their policies and changes.

    35. Re: UGh. by Anonymous Coward · · Score: 0

      Shut up you fake news faggot shill INCEL genocidaire deplorable uneducated cis-hetero gaylord running dog trumptard Russian NAZI alt-right bolshevik anti-Semitic Zionist Chinese cock-gobbling fascist mansplaining French fundamentalist SJW shitfucker MRA strawman trailer trash inbred lesbian Hillaryist feminazi richie rich ghetto alt-left white supremacist PEDOPHILE wetback spic mick wop nlgger chink kike redneck dago camel jockey bourgeois puritanical crackhead liberturdian commie TRAITOR!

    36. Re: UGh. by houghi · · Score: 1

      Yeah, but how do they know it is an internal site once they get the data back from their own DNS build in server?

      --
      Don't fight for your country, if your country does not fight for you.
    37. Re:UGh. by AmiMoJo · · Score: 1

      Read it again, carefully. That caveat only applies to CA certificates, not ones you make yourself.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    38. Re:UGh. by Anonymous Coward · · Score: 0

      It works in Chrome which is the only one that matters since it is built in. For the other browsers you can just download the apk from apk pure and patch it so that it works.

      https://github.com/levyitay/AddSecurityExceptionAndroid

    39. Re:UGh. by Anonymous Coward · · Score: 0

      For Android 7+ it is since aside from Chrome you have to manually patch the apk for each browser or app you want to be able to use it. There is a tool to do so but it is Linux only.

    40. Re:UGh. by Anonymous Coward · · Score: 0

      Yes it does but there is a fairly easy workaround. Install Linux (in a VM if necessary), install Java, manually download the browser apk from apkpure, and finally use this https://github.com/levyitay/AddSecurityExceptionAndroid to patch the apk so custom certs work.

      Either that or just only use devices with an unlocked bootloader and use a magisk module to install them a system certificates.

    41. Re:UGh. by thegarbz · · Score: 1

      Why oh why does Google think that they know better than everyone?

      I'm going to guess it's because they spend more money on R&D and human interaction studies than the typical armchair warrior does.

    42. Re:UGh. by thegarbz · · Score: 1

      Congratulations, Google, you're training people to click on the "Proceed to x (unsafe)" link EVERY time

      No. They are training IT experts who should be immune to to the training to do so. The number of times an ordinary user will experience a page with a legitimate SSL certificate error that they need to routinely click through is close to zero. The result is that people take pause.

      Quite telling that your example talks about internal development sites. I'm not concerned too many users have to worry about those.

    43. Re: UGh. by thegarbz · · Score: 1

      I am not generating a bunch of certs for staging servers or other environments that are highly volatile and constantly built and torn down.

      Your slackness in automating something that is easily automated shouldn't rely on Google adding yet another option to their product.

    44. Re:UGh. by thegarbz · · Score: 1

      It's not stupid at all.

      Do you expect a warning every time you walk down the street while you talk that your conversation may be overheard by the person walking next to you?
      Do you expect a warning when you're in your home and someone has installed a microphone in your closet?

      There are completely different use cases.

    45. Re:UGh. by GameboyRMH · · Score: 1

      You make the same mistake as raymorris, in asserting that most users even notice the difference between HTTP and HTTPS. They don't, which is why browsers have green lock indicators etc.

      https://slashdot.org/comments....

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    46. Re:UGh. by tepples · · Score: 1

      If you're acting as a private CA, what's the difference between "a local root certificate that you use to produce your own test certs" and "CA certificates"?

    47. Re:UGh. by AmiMoJo · · Score: 1

      Basically it's the level of trust that each gets. CA certs are generally handled transparently without any user interaction and accepted as validating identity. Self signed certs are just used for security and don't prove identity, and some clients may choose to ask the user to confirm their use, typically only once the first time they are encountered.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    48. Re:UGh. by Anonymous Coward · · Score: 0

      I find it somewhat remarkable that you as an apparent web developer don't know how to install a trusted certificate on your computer and instead suggest that the browser vendor should provide an one-click negation of every protection offered by https.

      You should do one of the following:

      1) Install and trust your dev certificates locally.
      2) Use dev certs signed by a 3rd party CA (Beware of leaking internal machine names in public CT logs)
      3) Install and trust your own private CA and issue dev certs signed by your trusted private CA (Best approach)
      4) Use lets encrypt with DNS challenge (complex; point 2 still applies)

    49. Re: UGh. by Anonymous Coward · · Score: 0

      Google treats people as idiots. Example:
      Google removed the --ignore-certificate-errors options useless in development citing a single post on obscure blog by some idiot telling people it was a way to stop the annoying error messages, and was this a security vulnerability because people where using it without "understanding".

  2. Google ain't done 'til the Web won't run by Anonymous Coward · · Score: 0

    Punishing sites for using mixed content? That's a paddlin'.

    1. Re:Google ain't done 'til the Web won't run by Anonymous Coward · · Score: 0

      To be fair, they're blocking file downloads, not the pages with mixed content themselves.

  3. Google version of the web. by Anonymous Coward · · Score: 0

    Google is making there own version of the web. I think Microsoft tried to do this and failed.

    1. Re:Google version of the web. by Anonymous Coward · · Score: 0

      Da 'tards lub da Goog, doh.

    2. Re: Google version of the web. by Anonymous Coward · · Score: 0

      The times weren't ready. Now they are. People crave security above all else.

    3. Re: Google version of the web. by Lanthanide · · Score: 2

      Google are doing it in a standards based way though, Microsoft didn't.

      If you visited the site using another browser, you can still do the download. Once the website admin jumps through Google's hoops, the download will still work correctly in any other browser that properly follows the HTTPS standard.

    4. Re:Google version of the web. by Anonymous Coward · · Score: 0

      *their*
      It might be over there, however.

    5. Re: Google version of the web. by tepples · · Score: 1

      If you visited the site using another browser, you can still do the download.

      Another browser won't even run on a pre-Crostini Chromebook.

    6. Re: Google version of the web. by Anonymous Coward · · Score: 0

      Google implements "standards" in their own proprietary way and force other browsers to adapt. They also corrupt the standards bodies and push for DRM on the web. They constantly find places to insert themselves between you and the content, instead of simply pointing you to the content and then getting out of the way. Google has damaged the web by infesting it with Google ads and constantly spying on the users. The collected data is happily funneled by them to the CIA and the Chinese government.

    7. Re: Google version of the web. by bursch-X · · Score: 1

      It's what the body craves.

      --
      There are two rules for success:
      1. Never tell everything you know.
  4. uhh,, by SuperDre · · Score: 2

    But http or https doesn't really matter these days, even malicious sites are using https..
    As long as you get a warning when downloading and you are still able to download the file, I don't have anything against it. But if they just block download completely because it isn't coming from an https site, than I won't be using Chrome anymore.. As I said, https doesn't say anything about the file being safe.

    1. Re:uhh,, by Anonymous Coward · · Score: 0

      The difference is that HTTP allows practically ANYONE to MITM your downloads..

    2. Re:uhh,, by CastrTroy · · Score: 2

      But it does mean that the executable file wasn't altered in transit.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    3. Re:uhh,, by Highdude702 · · Score: 1

      Auto check summing would be better all around.

    4. Re:uhh,, by Anonymous Coward · · Score: 1

      I like big CATS and I cannot lie
      You cheetahs can't deny

    5. Re:uhh,, by Anonymous Coward · · Score: 1

      I always wondered... if the checksum was from the same place, how do you know some MITM attack didn't change the checksum?

    6. Re:uhh,, by Anonymous Coward · · Score: 0

      Good question, send checksum via https and file via http?

    7. Re:uhh,, by SuperDre · · Score: 0

      In case you didn't know, MITM attacks are now also possible through https....... It's not as simple as with http, but it is possible..

    8. Re:uhh,, by Chris+Mattern · · Score: 3, Insightful

      But it does mean that the executable file wasn't altered in transit.

      Catching executables in flight and altering them sound like a really hard way to do something unless your ISP is doing it to you (and if your ISP would do that to you, you have much bigger problems). It ranks way down on my list of worries, being massively overshadowed by the possibilities that the site itself has been hacked or is intentionally serving up malware--neither of which this does anything to help you cope with.

    9. Re:uhh,, by darkain · · Score: 2

      Simple, just send a checksum of the checksum! PROBLEM SOLVED!

    10. Re:uhh,, by balexis · · Score: 2

      It may not be in your threat model, but it is to some Internet users. Have a look at this report for example: https://www.welivesecurity.com... The fact that other threat vectors are more likely to impact users does not mean that rarer cases should be ignored - they are not mutually exclusive.

    11. Re:uhh,, by WaffleMonster · · Score: 1

      The difference is that HTTP allows practically ANYONE to MITM your downloads..

      So does HTTPS. You just get one of hundreds of CAs to issue you a cert by MITMing their automated DNS/Website flag planting procedure then you can MITM that sites HTTPS downloads to your hearts content.

    12. Re:uhh,, by Anonymous Coward · · Score: 0

      The checksum is encrypted with the provider's private key. The user decrypts it with the provider's public key retrieved from a certificate authority the user, really the user's browser, trusts.

      That is how signed certificates work.

    13. Re:uhh,, by Anonymous Coward · · Score: 0

      MITM it all the fuck you want. Yay Hash verification! Hash don't match, it gets deleted, plain and simple.

    14. Re:uhh,, by Anonymous Coward · · Score: 0

      But if they just block download completely because it isn't coming from an https site, than I won't be using Chrome anymore..

      Yeah you will, because sites will only work right on it. I'm already in that boat at work with stupid apps that we have to use, and it's only a matter of time before sites like banks will only work right on Chrome.

      It's like IE6 all over again.

    15. Re:uhh,, by Anonymous Coward · · Score: 0

      It may not be in your threat model, but it is to some Internet users

      But his point is valid. From an attackers point of view, the easiest method of delivery by far (and the most common also) is to alter a working sites code using known exploits and deliver the malware from there. Or, just setup a site on the internet somewhere, including a working SSL and start delivering malware.

    16. Re:uhh,, by Anonymous Coward · · Score: 0

      You don't catch the executable and alter it in flight. You just block the download, and serve up your malware with the same filename whenever you see an executable flying by. A compromised ISP could infect a lot of machines before anyone realized what was going on.

    17. Re:uhh,, by Anonymous Coward · · Score: 0

      MITM it all the fuck you want. Yay Hash verification! Hash don't match, it gets deleted, plain and simple.

      Not every site publishes their respective hashes though.

    18. Re:uhh,, by Anonymous Coward · · Score: 0

      I like big CATS and I cannot lie
      You cheetahs can't deny

      Why did this get up-modded? It's practically redundant.

    19. Re:uhh,, by Anonymous Coward · · Score: 0

      The difference is that HTTP allows practically ANYONE to MITM your downloads..

      So does HTTPS. You just get one of hundreds of CAs to issue you a cert by MITMing their automated DNS/Website flag planting procedure then you can MITM that sites HTTPS downloads to your hearts content.

      I'd still wager that the kid down the coffee shop who MITM's customers connections doesn't know how to attack a CA as you described, thus raising the bar significantly against casual attacks.

  5. Re:Shut up and eat yer porridge by flippy · · Score: 0

    Have you not yet learned from experience? I enjoy poking at you. It's entertaining to me.

  6. How by Anonymous Coward · · Score: 0

    Can someone confirm how they are planning to detect these file types to disallow downloading? Are they going purely by extension or are they testing for mimetypes?

    I only ask because as a developer I hate when filetypes are assumed just purely based on extension. Not only that but, is this going out on all OSes? Because .exe files are harmless on Linux (unless transmitted again), for example.

    1. Re: How by bursch-X · · Score: 1

      Same stupidity for .dmg files on the Mac. Unless you open it, double click on the app contained within and then enter your password on the following dialogue to grant the app admin rights, nothingâ(TM)s gonna happen with that file.

      --
      There are two rules for success:
      1. Never tell everything you know.
  7. *facepalm* by ilsaloving · · Score: 1

    Ok, and how exactly do they expect people to be able to download software, or other files?

    Apparently in Google's world everyone has gigabit fibre so very large log files (for example) is not an issue. But for those of us in the real world, being able to compress stuff before sending is still incredibly valuable.

    (And for anyone that plans to latch onto the log file example like starving dog on a steak and say "Well you should be splitting up your log files!", I kindly invite you to eff off in advance. I'm talking about the real world, where shit happens on a routine basis...)

    1. Re:*facepalm* by ilsaloving · · Score: 1

      Or, I could read the summary and article a little more carefully and realize it's restricted to HTTP downloads from an otherwise HTTPS site.

      I can why they would do that since an HTTP connection can be MITM'ed easily. But that goes for literally anything. Malicious office docs, PDFs... There are tons of files that can have a malicious payload beyond the ones they mentioned. Hell, someone MITMing an HTTP connection can basically send whatever they want, so it would be far simpler to just bring up a warning on ANY switch from HTTPS to HTTP.

      Blocking specific extensions in the way they are proposing is going to cause far more confusion than good.

    2. Re:*facepalm* by squiggleslash · · Score: 1

      This is only for files served via HTTP from webpages that were loaded using HTTPS. Either change your bookmarks site (or whatever it is) to be HTTP, or change the site that serves the "compressed log files" to HTTPS. If your bookmarks site is HTTPS, you probably should be serving the log files via HTTPS anyway.

      --
      You are not alone. This is not normal. None of this is normal.
    3. Re:*facepalm* by Immerman · · Score: 1

      The big difference I see is that executable inherently get pretty much full unrestricted user-level access to the machine, whereas compromised documents rely on exploiting vulnerabilities in applications (i.e. it's somebody else's problem). Those applications are typically constantly being updated to remove vulnerabilities (well, so long as they're not "too big to care about users' needs" at least, which perhaps covers the specific examples you mentioned...)

      That said - yeah, it does seem like simply warning on everything would be the better route. Except... there's been a big cross-browser push towards "HTTPS for every page" to avoid browser warnings, while HTTP downloads behind the scenes are probably still a pretty common scenario (no need to rack up the encryption overhead for such comparatively large files, right?), which means the warning would be popping up constantly, with every new font, mp3, etc. downloaded. And any warning shown frequently enough becomes effectively invisible. By (initially at least) focusing on the most vulnerable files they greatly reduce the frequency of the warning for most users, while still raising awareness and pressuring site owners not to silently degrade to unencrypted downloads behind the scenes.

      I.e. this is at its core a social solution to a social vulnerability, rather than a strictly technical one.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    4. Re:*facepalm* by Anonymous Coward · · Score: 0

      Whether am executable gets unrestricted access to the machine is up to 1) whether the browser itself, or whatever app opens the document, executes it or embedded code with whatever permission it has and is running as admin, and 2) whether the OS executes it with unrestricted permissions.

      Http or https has nothing to do with it. You can download a virus or other malware via https. Try https://McAfee.com or https://microsoft.com or any one of the "downloads" sites

    5. Re:*facepalm* by Immerman · · Score: 1

      We're talking about files downloaded from insecure links on secure pages - I'd say it's safe to assume that this is a move designed to discourage putting the user in an unexpectedly dangerous position, rather than provide greater technical defenses. A user downloading a file from a trusted and obviously secure web page (it has the secure icon.) is going to reasonably assume that the file that leaves the server is the same as the file that arrives at their computer, rather than realizing it could have been infected by any router it passed along the way.

      And the entire point of intentionally downloading an executable is to run it, so as a developer you can reasonably conclude that any such programs will *definitely* be given *at least* the full range of normal user access, and probably at least the limited elevated access typically requested by an installer. You want to take a guess at what percentage of people actually scan a fresh download from a trusted site for viruses before running it?

      I think rather than blocking though, there should be a dialog along the lines of: "WARNING: this download is not secure. Even if you trust this site, the file could be infected by viruses as it crosses the internet to reach you. Are you sure you want to continue?"

      That warning could be legitimately given for any http download, but is especially appropriate when the user apparently has a connection safe enough to share banking information over.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
  8. Re:Shut up and eat yer porridge by Anonymous Coward · · Score: 0

    I'm confused. D'you have a stalker troll?

    I was making a point about having things shoved down one's throat. Like what Google likes to do.

  9. My wish... by Strider- · · Score: 1

    Is that we could all agree on some sort of standard whereby from a secure site you could initiate a download, have that download be unencrypted, but the download link would include a sha256 checksum that would be checked automatically by the browser once the download was complete.

    This would allow popular downloads to be cached closer to the user, while providing for verification of the download integrity.

    --
    ...si hoc legere nimium eruditionis habes...
    1. Re:My wish... by Anonymous Coward · · Score: 1

      if you think about it a bit longer you'll discover that doesn't solve anything

    2. Re: My wish... by Lanthanide · · Score: 1

      The idea, that was not communicated clearly, is that the hash would be transmitted over the encrypted channel, thus extending trust to the object served outside of that trusted umbrella.

    3. Re:My wish... by Immerman · · Score: 1

      I'm not seeing it.

      Obviously the checksum would have to be sent over the encrypted channel, but so long as you do that, sending the data itself unencrypted and cacheable is a non-issue. (well, aside from surveillance)

      I've often wondered why such a thing isn't common myself - not just for security purposes, but to reliably and transparently detect accidental transmission errors.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    4. Re:My wish... by tepples · · Score: 1

      Would a "signing-only cipher suite" make sense?

    5. Re:My wish... by Anonymous Coward · · Score: 0

      You could potentially encode the hash of the object in the url itself.

    6. Re:My wish... by Strider- · · Score: 1

      Bingo. The hash is part of the URL, so it's delivered securely, but the body of the download isn't.

      This is how Microsoft (and apple I think) do their updates. The control channel is secured via https, but the mass download of the updates is not. I always know when a big update is put out, as the effectiveness of my WAAS setup goes up dramatically for a few days.

      --
      ...si hoc legere nimium eruditionis habes...
    7. Re:My wish... by Anonymous Coward · · Score: 0

      ...BitTorrent?

  10. Mostly Pointless by EndlessNameless · · Score: 4, Insightful

    Most sites provide their file hashes over HTTPS. If I'm going to verify the file on my end anyway, there's no real reason for the site to waste CPU encrypting the entire ISO every time someone downloads it.

    Digital signatures and hash verification address the same security concerns with less impact.

    --

    ---
    According to the latest ruleset, this post should be modded as Vorpal Flamebait +5.
    1. Re:Mostly Pointless by Anonymous Coward · · Score: 0

      There should be a protocol for clear-signing or put another way, automatically verify the hashes.

    2. Re:Mostly Pointless by Anonymous Coward · · Score: 0

      Maybe a better solution would be to add a new attribute to link tags, like with the hyperlink ping auditing, but for providing a secondary link to the file hash. That way the user agent could check the hash over HTTPS automagically, download the file into a sandbox, check against the hash, and then tell the user whether the file passed or failed verification (leaving the user the choice of deleting the sandbox or installing the potential malware).

    3. Re:Mostly Pointless by Kjella · · Score: 1

      Most sites provide their file hashes over HTTPS. If I'm going to verify the file on my end anyway

      Well to my knowledge there's no standard way to do this. Like if you could have an <a href="http://my.plain.download" sha-256="e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"> this would be fine, simply fail if it doesn't verify. But if you're expecting the average user to verify security certificates etc. then 99.9% of them won't do that.

      --
      Live today, because you never know what tomorrow brings
    4. Re:Mostly Pointless by Immerman · · Score: 1

      >Most sites provide their file hashes over HTTPS.
      I'm going to have to disagree. In my experience, most sites don't provide hashes, and most users don't know how to check them anyway.

      If you're downloading ISOs you're probably a fellow Linux enthusiast, which puts you in a (generally) much more technically competent group, but a group so small as to be largely irrelevant to the attack channels used against the broader population.

      Also - even for technical users they're not talking about blocking all HTTP downloads, just the ones posing as HTTPS and being silently degraded behind the scenes. If I click an HTTPS download link, then they I should be able to assume that what was sent is what I receive, and that checking against the hash is redundant - anyone compromising the source file could probably also compromise the displayed hash. Whereas if I download via HTTP, I know the transmission is vulnerable and should check the hash.

      An excellent compromise I've seen mentioned many times before, and which would benefit everyone, technical and otherwise, would be to establish a convention that would securely transmit the hash via HTTPS, and then automatically verify it when the download is complete. It could be as easy as adding a "checksum=..." attribute to the link tag.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    5. Re:Mostly Pointless by balexis · · Score: 1

      You should realize that people who systematically manually verify the hash of the files they download represent an infinitesimal proportion of all internet users.

    6. Re:Mostly Pointless by Anonymous Coward · · Score: 0

      Even some of the complete nutjobs won't manually verify every single hash every single time.

    7. Re:Mostly Pointless by DRJlaw · · Score: 1

      If I'm going to verify the file on my end anyway, there's no real reason for the site to waste CPU encrypting the entire ISO every time someone downloads it.

      Nobody will see this due to the wall of trolling that's accumulated under your post, but...

      Sure there is. "They'll"* know that you downloaded that file through their deep packet inspection gear.

      *They being the government (three letter agencies), or the transit provider, or the cable/DSL oligopoly, or FAANG because why the hell not.

    8. Re:Mostly Pointless by AmiMoJo · · Score: 1

      What percentage of internet users do you think actually know what a hash is?

      This is just another step towards fixing a very old mistake. Security should be the default.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    9. Re:Mostly Pointless by Anonymous Coward · · Score: 0

      https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity

      done

    10. Re:Mostly Pointless by WaffleMonster · · Score: 1

      What percentage of internet users do you think actually know what a hash is?

      Is this an issue that needs solving? Are people actually being owned by this vector? What percentage of Internet users have been attacked in this way? Where is the evidence supporting this position? Why are less assertive measures insufficient?

      Or like Google's bullshit reasoning for reducing security by removing public key pinning and falsely claiming certificate transparency is an effective analogue is this just another scheme for punishing *undesirable* sites who link to third party files for download that happen to be IP literals (no DNS therefore no possibility of TLS) or otherwise don't have certificates?

      This is just another step towards fixing a very old mistake. Security should be the default.

      This is not an objective fact. It's a subjective opinion.

      Regardless of opinions for or against there is something fucked up when one company imposes restrictions on the entire Internet because it can.

    11. Re:Mostly Pointless by Anonymous Coward · · Score: 0

      This would be a great feature!

    12. Re:Mostly Pointless by AmiMoJo · · Score: 1

      Is this an issue that needs solving?

      Yes. MITM attacks are used by everyone from governments to ISPs to spread malware.

      there is something fucked up when one company imposes restrictions on the entire Internet because it can.

      The entire internet runs on Chrome?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    13. Re:Mostly Pointless by Anonymous Coward · · Score: 0

      If you right-click a file in explorer.exe you can sha256 it right there. But that's because I have 7-zip installed.. Linux desktops such as Mate have this built-in. Microsoft should probably add this.
      Thus I don't have to download checksumming software or remember how to run it! But I do know what a hash or a checksum is (or a CRC) and I remember that I didn't check for anything when updating BIOSes back in the day.

    14. Re:Mostly Pointless by Immerman · · Score: 1

      You really want to try to explain how to do that properly to your average user?

      More to the point - why should even a skilled user have to do that manually when it's such a fundamental part of safely downloading a file? How many millions of man-hours per year would be wasted doing that easily-automated task, if everyone actually could and did do so for every download?

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    15. Re:Mostly Pointless by WaffleMonster · · Score: 1

      Yes. MITM attacks are used by everyone from governments to ISPs to spread malware.

      There isn't a government in the world worth mentioning lacking resources to MITM HTTPS. Numerous CAs are located in effective dictatorships, some even state run.

      This fact is why it was so damaging and counterproductive for Google to have removed key pinning protections from Chrome while falsely claiming certificate transparency to be an analogous replacement. The man asked and Google complied.

      As for ISPs spreading malware this is illegal criminal behavior in most of the world. Any ISP caught doing so faces criminal liability. Given fact any HTTP use carries increased risk it's not sufficient to cherry pick and hand wave "x used by everyone" to support a course of action. There should be a study conducted with concrete peer reviewed data and findings addressing the specific question at hand distinct from question of MITM generically.

      Under the same theory what prevents Google from justifying total removal of HTTP? What's the difference? Why do one but not the other?

      What is absolutely maddening is the fact vectors by which people are actually being compromised in the millions have nothing at all to do with BIW shenanigans.

      People are actually being social engineered into compromise their own systems and accounts. For the vast majority of users HTTPS use is actually completely worthless when it comes to protecting them from actual threats they actually face. 9 out of 10 of all attacks exploit PEOPLE not systems.

      Strong ZKP based authentication technologies which can mitigate social engineering risks when used consistently are actively held back from deployment in major browsers even though all of the necessary infrastructure exists and patches have been written to implement them. Why is that?

      The entire internet runs on Chrome?

      The entire Internet has to support Chrome users. Nobody can seriously say you are using Chrome so take a hike as doing so would preclude access by majority share of the worlds Internet population.

    16. Re:Mostly Pointless by Anonymous Coward · · Score: 0

      That is what HTTPS could (well should) do too. Just automatically check hashes on the receiving end. No need to encrypt data, unless client opts to force it.

    17. Re:Mostly Pointless by Anonymous Coward · · Score: 0

      Who the crap actually uses hashes to verify a file? I've got better things to do with my time.

    18. Re:Mostly Pointless by thegarbz · · Score: 1

      If I'm going to verify the file on my end anyway

      What are you working for the NSA or something? Normal people don't do that.

    19. Re:Mostly Pointless by Anonymous Coward · · Score: 0

      You could waste your time doing that, or you could just let HTTPS take care of it for you. Encryption is nearly free. You will definitely be spending more time feeding the file into a hasher and copy/pasting the website hash to compare than just using a secure connection to begin with.
      Now if you had the hash from an out of band source, like a gpg'd email you received from the publisher, then comparing the hash would give a genuine increase in confidence that the file is legitimate. But just using the one on the website? Worthless when TLS exists.

  11. makes no fucking sense by Anonymous Coward · · Score: 0

    You can still download the .exe over HTTPS and run it when it's done downloading.

    Why exactly ban these file types' transmission over HTTP again? It has nothing to do with encryption.

    Good thing I don't use that dog shit Chrome though.

    1. Re:makes no fucking sense by JcMorin · · Score: 2

      The idea is not to prevent to download them but to prevent the ISP, rooter, internet cafe or guy next door to change the content of that .exe during the download.

    2. Re: makes no fucking sense by Lanthanide · · Score: 1

      *router

  12. HTTP/HTTPS by PPH · · Score: 0

    Let me guess: So that a site without a Hollywood approved security certificate can't make use of HTTPS to encrypt and circumvent mandatory Hollywood file inspection?

    --
    Have gnu, will travel.
    1. Re:HTTP/HTTPS by tepples · · Score: 1

      What does the neighborhood of Hollywood or even the US movie industry have to do with HTTPS? Let's Encrypt offers free certificates to anyone who owns a domain name.

  13. Re:Shut up and eat yer porridge by flippy · · Score: 0

    I might have a stalker troll. I've been poking at them a lot the last few days. The entertainment helps me get through my work day.

    But, now that I can put your response into its proper context, well done. Read the right way, it did give me a chuckle.

  14. This has a funny taste by Headw1nd · · Score: 1

    It brings back bad memories of when Google decided that certain filetypes were too dangerous to be handled by gmail, so suddenly I could no longer access a bunch of .js files a buddy had sent me long ago that I had in my mailbox. I was not impressed.

  15. http make little sense today by JcMorin · · Score: 1

    Considering how many are downloading from wifi or untrusted router, it doesn't make sense to use http because you can get you file change during the download. HTTPS wont slow you down and will offer basic security against the hacker next door. For web hosting, https://letsencrypt.org/ offer free SSL certificates.

  16. SCR files? by Dwedit · · Score: 1

    Including .EXE but forgetting about .SCR, .COM, .BAT, .LNK, and possibly other extensions that are treated just like .EXE files?

    (Yes, .BAT files which are valid PE executables will run as executables, and it won't try to execute it as a command prompt script)

  17. Re: Shut up and eat yer porridge by Anonymous Coward · · Score: 0

    Welcome to slashdot. Where everyone has a stalker troll. It's called freedom and being an AC.

  18. Not everything should be encrypted by Anonymous Coward · · Score: 1

    I think there's actually a push to encrypt too much. It's got obvious benefits for privacy and security, but encrypted traffic can't use the internet's caching infrastructure which would benefit popular downloads, which tend to be ZIPs, EXEs, TARs and such. What I'd really like to see is browser integration to insecurely download files and securely confirm its fingerprint.

    That said, informing the user aware of an unencrypted download from an encrypted site would be good. Blocking it would be bad.

  19. Google Chrome... by Anonymous Coward · · Score: 0

    Google Chrome...the Windows 10 Spy/Virus of web browsers!

  20. Re: Shut up and eat yer porridge by flippy · · Score: 0

    They're welcome to it! When I tire of the entertainment I get from poking at them, I'll stop poking at them ;)

  21. Won't this require... by rnturn · · Score: 1

    ... web site to go through all their web pages and make sure that no instances of "http:" are accidentally left in pages where downloads are available?

    It might be easier for web sites to merely add a browser detector to their pages to warn the user that they're using a product from a vendor that's actively trying to make their use of the Internet into a royal pain in the behind?

    --
    CUR ALLOC 20195.....5804M
    1. Re:Won't this require... by Anonymous Coward · · Score: 0

      $ grep -R "http://" ~/public_html

      ^ This would find what you're looking for. With sed you could do all the necessary finding and replacing in one go.

  22. Secure ? by Anonymous Coward · · Score: 0

    The S in HTTPS does not have anything to do with SECURITY it means SSL. It means, and only mean, and has no meaning any more than, that the connection between you and whomever you are talking too (which may or may not be who you think it is) is encrypted (PRIVACY mode is engaged) so that third-parties in betwixt cannot make sense of the data transmitted (nor easily make undetected alterations to that data).

    Repeat again with feeling: HTTPS HAS NOTHING WHATSOEVER TO DO WITH SECURITY. HTTPS DOES NOT IMPLY THAT SOMETHING IS SECURE. NOT HAVING HTTPS DOES NOT IMPLY SOMETHING IS NOT SECURE. HTTPS HAS NOTHING WHATSOEVER TO DO WITH SECURITY.

    Why on earth would one want to protect a file download against third parties? There are far better and more efficient ways to do it that HTTPS which again, has nothing whatever to do with SECURITY and whether or not the file is malicious, but is only a transport PRIVACY measure against third-parties interposed between the two end-points (who may not be who you think they are).

    1. Re:Secure ? by tepples · · Score: 1

      Why on earth would one want to protect a file download against third parties?

      Two reasons:

      A. Protect a proprietary work from being downloaded by third parties who have not paid for access to the work
      B. Protect a work from being modified in transit

      [TLS] is only a transport PRIVACY measure against third-parties interposed between the two end-points (who may not be who you think they are)

      My reply depends on what attack model you had in mind that results in the parties not being "who you think they are". Does it involve defrauding a CA? Typosquatting? Something else that you'll describe?

  23. Google Echo Chamber in full effect by nadass · · Score: 5, Interesting

    The Google Chrome engineer who posted this ask to the W3C mailing list ( https://lists.w3.org/Archives/... ) also made a social media poll, https://twitter.com/estark37/s...

    Essentially, they're reinforcing their own echo-chamber effect to only listen to confirmations of their conceived notion of correctness rather than truly encouraging discourse on the matter. Her poll options are, "yes" and "yes" -- and several Twitter replies have been deleted.

    Personally, it seems they are an engineer looking for a problem to solve to help justify their job... and that's just sad in itself.

    1. Re: Google Echo Chamber in full effect by houghi · · Score: 1

      Google does not listen to what users want, it will just see if it can get tge highest yield from their product.

      They are pretty good at that. Big brother meets animal farm. See ya all at the slaughter house.

      --
      Don't fight for your country, if your country does not fight for you.
    2. Re:Google Echo Chamber in full effect by thegarbz · · Score: 0

      Personally, it seems they are an engineer looking for a problem to solve to help justify their job... and that's just sad in itself.

      Whats sad is assuming that someone's decision making process is at all dependent on a tweet. Can we just go back to a world where people understood that stuff posted on twitter was just worthless shit and not actually meant to be taken seriously already? Frankly I'm sick of every idiot reading a tweet and then declaring a war as a result.

       

  24. Fuck google by Anonymous Coward · · Score: 0

    Fuck google.

    1. Re:Fuck google by Anonymous Coward · · Score: 0

      and the horse it rode in on.

  25. Re:Shut up and eat yer porridge by Anonymous Coward · · Score: 0

    Between Microsoft shoving things up your ass and Google shoving things down your throat, I think you are well covered.

  26. Google declares war on general-purpose computing. by Anonymous Coward · · Score: 1

    It's getting close to a point where we need to make our own web and web browsers, with blackjack and hookers (but seriously!). There are lots of free TCP ports left, let's just choose another one and walk away from the HTTP2/3/AMP/QUIC bullsh$t. Make a translator gateway if someone wants to visit the "Google-web" with all of its limitations.

    This is a clear violation of stack layers -- a general purpose APP for browsing and fetching online content should NOT attempt to be the gatekeeper for what the TRANSPORT is trying to send. This is equivalent to an email program refusing to forward mails with the (non)-word 'alot' in it, because the programmers want to stamp out bad grammar. It's NOT THE PROGRAM'S PLACE TO DECIDE.

  27. Re:JEWgle = PERFIDIOUS jews by Anonymous Coward · · Score: 0

    Can Google please block this shit!

  28. Re:JEWgle = PERFIDIOUS jews by Anonymous Coward · · Score: 0

    Truth and fact you jews supplied from your own doings, history, book of law you don't want exposed to the goyim non-jew cattle bother you jew?

  29. file extensions in ... 2019??? by Anonymous Coward · · Score: 0

    they're using file extensions in 2019 and not mime types? this is the real google, the big billion-dollar technology company? is this an old Apr 1 article? does google not think someone might possibly use a different extension and let the computer run the file by mime type? do computers really use extensions now? is this windows-only? so many questions

    (this reminds me of all those INVOICE.DOC.JPG.ZIP.EXE.RAR files in e-mails for some reason)

  30. .torrent by Gabest · · Score: 1

    It already blocks .torrent files on certain sites. Says they are dangerous. Orly?

  31. They don't by rsilvergun · · Score: 0

    this makes it harder for their competitors to index the files in their search engines. I forget the specific technical details, but google's push for HTTPS has nothing to do with privacy and security (I mean, look at who we're talking about here, it's a company that exits to sell ads and your demographic data).

    If anyone remembers the technical details feel free to chime in, but this is just an anti-competitive trick.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  32. Re:JEWgle = PERFIDIOUS jews by MightyMartian · · Score: 1

    If there was a virus that would render 4chan's foul spawn unable to get on the Internet, I'd be all for it. Even if you're joking, you're still a disgusting piece of crap.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  33. WGET and CURL are your friends by Virtucon · · Score: 0

    What a bunch of nanny state bullshit!

    --
    Harrison's Postulate - "For every action there is an equal and opposite criticism"
  34. April 1st was last week by Anonymous Coward · · Score: 0

    No seriously though, what the fuck?

    As for the change, they already have the infrastructure baked into Chrome and firefox. I have gone through the code of both Chrome and Firefox as part of an audit. The control Google has over everything we do online is ... terrifying. I'd take a devil I can see over one who lives in California.

  35. Ask ten people what TLS is by raymorris · · Score: 1, Insightful

    Yeah, if you ask 10 random people what TLS is, you'll find out why Google security engineers think that they know security better than thr average consumer does. It's their. JOB to know security, so they SHOULD be much better informed than the average user. They shouldn't forget that fact when they make *defaults* and *warnings*.

    On the other hand, I've been an internet security professional for twenty years. I can reasonably decide to override the defaults in selected situations. I am not a typical user in that regard.

    1. Re:Ask ten people what TLS is by Anonymous Coward · · Score: 0

      Security is an illusion, I wonder why most security "Experts" aren't alcoholics or living in eternal depression.

    2. Re: Ask ten people what TLS is by Anonymous Coward · · Score: 0

      20year security professional sheesh and u post on slash dot, good on you.

  36. dont you like it? by Anonymous Coward · · Score: 0

    don't use their browser. easy.

  37. It's about dictatorships (Re:uhh,,..) by whizzter · · Score: 2

    On the contrary, i have some recollection of some nation-states poisioning downloads of "encrypted" communication apps to be able to eavesdrop. (Egypt? Iran?).

    1. Re:It's about dictatorships (Re:uhh,,..) by Anonymous Coward · · Score: 0

      This feature won't do any good if the country which you reside controls how and what you can access anyway. Poisoning apps midflight is not much of a game changer as it's hard to do, and signing apps mitigates it pretty easily for the real people said country would be most interested in anyway. Most likely the apps that were poisoned were probably done at the source.

      So turning on encryption on all HTTP traffic and suggesting EXEs are now more secure this way is worse than no-encryption. It lulls people into a false sense of security. Encryption should be used sometimes, yes, but not all the time.

  38. Defective product. Declared secure, illusion of se by raymorris · · Score: 2

    If you had a physical safe, 2,000 pounds, which would open whenever someone tapped it on the left side, that would be a defective product. Since you probably bought the safe to protect valuables, you'd want to know if it doesn't offer any security. A security warning about that safe would be warranted.

    A cardboard box would not be defective of it could be opened easily. You don't store gold in a cardboard box and expect high security.

    By applying TLS, the site operators are essentially declaring that the content needs to be protected and claiming that it is protected. If it's not actually protected as claimed, users may want to know about that.

  39. Doesn't chrome already block magnet links? by Anonymous Coward · · Score: 0

    I can't use chrome to browse torrents because it has a problem downloading magnet links. I feel like Firefox is becoming the better option by the day.

    1. Re:Doesn't chrome already block magnet links? by Anonymous Coward · · Score: 0

      https://sourceforge.net/projects/portableapps/files/

      Older versions. No install just extract with wizard.

    2. Re:Doesn't chrome already block magnet links? by Anonymous Coward · · Score: 0

      Older versions of browsers are insecure. This is terrible advice.

  40. JEWgle = PERFIDIOUS jews by Anonymous Coward · · Score: 0

    Khazar Talmudic Jews believe this of all they call goyim/gentiles (any non-jew): Jews = biggest racists of all for which they "jew guilt" you for no less! They're hypocrites known as thieves all thru history or were Argentines in the 1940 under Peron, Spanish inquistion, France (1306), Egypt (despoiled/robbed by jews), Arabs (pre & post 1948), England (1330 Edward longshanks), Romans under titus, Russia pogroms and Germany who got rid of them from their nations nazi german's too? No. Driven into DESERTS ages ago! Don't wonder why after all those exilings above.

    Should anyone doubt any of this see Jacob Javits' crony Rosenthal spill the beans on it https://www.youtube.com/watch?v=D4zMVZ8HnFI/ where he called all Christianity fools for helping Israel and the biggest scam of all time per their beliefs below from their Talmud.

    This is the province of the synagogue of Satan (Pharisees whom Jesus Christ himself kicked to the curb out of the temple & they killed him for it. Jeremiah did the same to them also + the Essenes could not stand them either breaking away from the pharisee corruption):

    Mark Zuckerberg stole the Winklevoss twins' code for Fakebook (figures as he is a thieving low jew too).

    Maria Abramovic satanist spirit cooker pal of Hillary Clinton the Voodoo queen is a jew https://www.google.com/search?...

    Like Hillary Clinton's mentor Saul Alinsky author of rules for radicals book dedicated to Lucifer

    "Most Jews do not like to admit it, but our god is Lucifer Â- so I wasnÂ't lying Â- and we are his chosen people. Lucifer is very much aliveÂ" Harold Rosenthal http://www.thetruthseeker.co.u...

    Jewish rabbi openly admits to satan worship use white children's blood they kill for passover bread, infiltrating and subverting the catholic church, creating the Jesuit order https://www.youtube.com/watch?... and https://www.youtube.com/watch?...

    Barbara Spectre, a jew, tells everyone it's jews orchestrating the muslim migrant problem in Europe https://www.youtube.com/watch?v=MFE0qAiofMQ/ . No migrant raping of women in Poland. Tons in Sweden. Do the math. Use common-sense. This is to get muslims and other goyim/gentiles to wipe one another out as incompatible cultures that will clash and always have.

    Rabbi A. Finkelstein ADMITS their greatest enemies are ARABS and WHITES (blacks too) whom they wish to kill one another in a 'theater of war' which they find AMUSING https://www.youtube.com/watch?...

    Finkelstein also admits JEWS DID 9/11 (perpetrated by the Mossad & Bebe Netanyahu of ISRAEL) https://www.youtube.com/watch?... profiting by it (and that 3,000 jews employed there did not show up for work that day knowing about it beforehand).

    Finkelstein also admits JEWS are going to destroy the U.S. Dollar and dumping it for other world currencies and gold to destroy the United States.

    George Soros who funds groups to create division in the USA?? A jew. One who sold his own jew people into death for the nazis.

    Zucker now FIRED @ CNN is another frying publicly for lying about "russians" and John Bonifield a producer @ CNN said it is bs. Van Jones did also.

    Bernie Madoff (who made off with everyone's money, especially construction union pensions) shows the thieving nature of the JUDEN!

    Michael Milken (another JEW SCAMMER junk bondsman THIEF)

    Ivan Boesky

  41. Re:Defective product. Declared secure, illusion of by GameboyRMH · · Score: 2

    The problem is that you suggest the common user can tell the difference between a cardboard box and a safe. They can't (thus the green locks and such), and yet we're still treating a safe with potentially no lock (or potentially the best lock of all, if you roll your own cert, verify keys out-of-band, and save them) as a less secure container than a cardboard box. Which it in no way is.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
  42. They are SELF-proclaimed (un)"holy" JEWgle by Anonymous Coward · · Score: 0

    Khazar Talmudic Jews believe this of all they call goyim/gentiles (any non-jew): Jews = biggest racists of all for which they "jew guilt" you for no less! They're hypocrites known as thieves all thru history or were Argentines in the 1940 under Peron, Spanish inquistion, France (1306), Egypt (despoiled/robbed by jews), Arabs (pre & post 1948), England (1330 Edward longshanks), Romans under titus, Russia pogroms and Germany who got rid of them from their nations nazi german's too? No. Driven into DESERTS ages ago! Don't wonder why after all those exilings above.

    Should anyone doubt any of this see Jacob Javits' crony Rosenthal spill the beans on it https://www.youtube.com/watch?v=D4zMVZ8HnFI/ where he called all Christianity fools for helping Israel and the biggest scam of all time per their beliefs below from their Talmud.

    This is the province of the synagogue of Satan (Pharisees whom Jesus Christ himself kicked to the curb out of the temple & they killed him for it. Jeremiah did the same to them also + the Essenes could not stand them either breaking away from the pharisee corruption):

    Mark Zuckerberg stole the Winklevoss twins' code for Fakebook (figures as he is a thieving low jew too).

    Maria Abramovic satanist spirit cooker pal of Hillary Clinton the Voodoo queen is a jew https://www.google.com/search?...

    Like Hillary Clinton's mentor Saul Alinsky author of rules for radicals book dedicated to Lucifer

    "Most Jews do not like to admit it, but our god is Lucifer Â- so I wasnÂ't lying Â- and we are his chosen people. Lucifer is very much aliveÂ" Harold Rosenthal http://www.thetruthseeker.co.u...

    Jewish rabbi openly admits to satan worship use white children's blood they kill for passover bread, infiltrating and subverting the catholic church, creating the Jesuit order https://www.youtube.com/watch?... and https://www.youtube.com/watch?...

    Barbara Spectre, a jew, tells everyone it's jews orchestrating the muslim migrant problem in Europe https://www.youtube.com/watch?v=MFE0qAiofMQ/ . No migrant raping of women in Poland. Tons in Sweden. Do the math. Use common-sense. This is to get muslims and other goyim/gentiles to wipe one another out as incompatible cultures that will clash and always have.

    Rabbi A. Finkelstein ADMITS their greatest enemies are ARABS and WHITES (blacks too) whom they wish to kill one another in a 'theater of war' which they find AMUSING https://www.youtube.com/watch?...

    Finkelstein also admits JEWS DID 9/11 (perpetrated by the Mossad & Bebe Netanyahu of ISRAEL) https://www.youtube.com/watch?... profiting by it (and that 3,000 jews employed there did not show up for work that day knowing about it beforehand).

    Finkelstein also admits JEWS are going to destroy the U.S. Dollar and dumping it for other world currencies and gold to destroy the United States.

    George Soros who funds groups to create division in the USA?? A jew. One who sold his own jew people into death for the nazis.

    Zucker now FIRED @ CNN is another frying publicly for lying about "russians" and John Bonifield a producer @ CNN said it is bs. Van Jones did also.

    Bernie Madoff (who made off with everyone's money, especially construction union pensions) shows the thieving nature of the JUDEN!

    Michael Milken (another JEW SCAMMER junk bondsman THIEF)

    Ivan Boesky

  43. What needs to be blocked is JEWgle by Anonymous Coward · · Score: 0

    Khazar Talmudic Jews believe this of all they call goyim/gentiles (any non-jew): Jews = biggest racists of all for which they "jew guilt" you for no less! They're hypocrites known as thieves all thru history or were Argentines in the 1940 under Peron, Spanish inquistion, France (1306), Egypt (despoiled/robbed by jews), Arabs (pre & post 1948), England (1330 Edward longshanks), Romans under titus, Russia pogroms and Germany who got rid of them from their nations nazi german's too? No. Driven into DESERTS ages ago! Don't wonder why after all those exilings above.

    Should anyone doubt any of this see Jacob Javits' crony Rosenthal spill the beans on it https://www.youtube.com/watch?v=D4zMVZ8HnFI/ where he called all Christianity fools for helping Israel and the biggest scam of all time per their beliefs below from their Talmud.

    This is the province of the synagogue of Satan (Pharisees whom Jesus Christ himself kicked to the curb out of the temple & they killed him for it. Jeremiah did the same to them also + the Essenes could not stand them either breaking away from the pharisee corruption):

    Mark Zuckerberg stole the Winklevoss twins' code for Fakebook (figures as he is a thieving low jew too).

    Maria Abramovic satanist spirit cooker pal of Hillary Clinton the Voodoo queen is a jew https://www.google.com/search?...

    Like Hillary Clinton's mentor Saul Alinsky author of rules for radicals book dedicated to Lucifer

    "Most Jews do not like to admit it, but our god is Lucifer Â- so I wasnÂ't lying Â- and we are his chosen people. Lucifer is very much aliveÂ" Harold Rosenthal http://www.thetruthseeker.co.u...

    Jewish rabbi openly admits to satan worship use white children's blood they kill for passover bread, infiltrating and subverting the catholic church, creating the Jesuit order https://www.youtube.com/watch?... and https://www.youtube.com/watch?...

    Barbara Spectre, a jew, tells everyone it's jews orchestrating the muslim migrant problem in Europe https://www.youtube.com/watch?v=MFE0qAiofMQ/ . No migrant raping of women in Poland. Tons in Sweden. Do the math. Use common-sense. This is to get muslims and other goyim/gentiles to wipe one another out as incompatible cultures that will clash and always have.

    Rabbi A. Finkelstein ADMITS their greatest enemies are ARABS and WHITES (blacks too) whom they wish to kill one another in a 'theater of war' which they find AMUSING https://www.youtube.com/watch?...

    Finkelstein also admits JEWS DID 9/11 (perpetrated by the Mossad & Bebe Netanyahu of ISRAEL) https://www.youtube.com/watch?... profiting by it (and that 3,000 jews employed there did not show up for work that day knowing about it beforehand).

    Finkelstein also admits JEWS are going to destroy the U.S. Dollar and dumping it for other world currencies and gold to destroy the United States.

    George Soros who funds groups to create division in the USA?? A jew. One who sold his own jew people into death for the nazis.

    Zucker now FIRED @ CNN is another frying publicly for lying about "russians" and John Bonifield a producer @ CNN said it is bs. Van Jones did also.

    Bernie Madoff (who made off with everyone's money, especially construction union pensions) shows the thieving nature of the JUDEN!

    Michael Milken (another JEW SCAMMER junk bondsman THIEF)

    Ivan Boesky

  44. Know better than you by Anonymous Coward · · Score: 0

    The user is trying to download a file, better stop them, that will make them happy

  45. Solved Problem: URL contains hash of the asset. by Anonymous Coward · · Score: 0

    To make the HTTP resource secure on a HTTPS page we can link to the resource and provide a hash of the asset or file in the HTML. HTML already supports this.

    Mozilla calls it "Subresource Integrity"

    NGIX has supported their own version of secure_link since back when we thought MD5 was secure:
    http://nginx.org/en/docs/http/ngx_http_secure_link_module.html

    This is how you make mixed content HTTPS cache friendly without giving all your security to Cloudflare or similar.

    Fuck off Goolag.

    Next problem please.

  46. Seems reasonable by Anonymous Coward · · Score: 0

    As long as you can exclude it from within the browser.

    For example, you might be on a VPN and just using http for simplicity.

  47. Jews history/books/doings bothers you? by Anonymous Coward · · Score: 0

    Khazar Talmudic Jews believe this of all they call goyim/gentiles (any non-jew): Jews = biggest racists of all for which they "jew guilt" you for no less! They're hypocrites known as thieves all thru history or were Argentines in the 1940 under Peron, Spanish inquistion, France (1306), Egypt (despoiled/robbed by jews), Arabs (pre & post 1948), England (1330 Edward longshanks), Romans under titus, Russia pogroms and Germany who got rid of them from their nations nazi german's too? No. Driven into DESERTS ages ago! Don't wonder why after all those exilings above.

    Should anyone doubt any of this see Jacob Javits' crony Rosenthal spill the beans on it https://www.youtube.com/watch?v=D4zMVZ8HnFI/ where he called all Christianity fools for helping Israel and the biggest scam of all time per their beliefs below from their Talmud.

    This is the province of the synagogue of Satan (Pharisees whom Jesus Christ himself kicked to the curb out of the temple & they killed him for it. Jeremiah did the same to them also + the Essenes could not stand them either breaking away from the pharisee corruption):

    Mark Zuckerberg stole the Winklevoss twins' code for Fakebook (figures as he is a thieving low jew too).

    Maria Abramovic satanist spirit cooker pal of Hillary Clinton the Voodoo queen is a jew https://www.google.com/search?...

    Like Hillary Clinton's mentor Saul Alinsky author of rules for radicals book dedicated to Lucifer

    "Most Jews do not like to admit it, but our god is Lucifer Â- so I wasnÂ't lying Â- and we are his chosen people. Lucifer is very much aliveÂ" Harold Rosenthal http://www.thetruthseeker.co.u...

    Jewish rabbi openly admits to satan worship use white children's blood they kill for passover bread, infiltrating and subverting the catholic church, creating the Jesuit order https://www.youtube.com/watch?... and https://www.youtube.com/watch?...

    Barbara Spectre, a jew, tells everyone it's jews orchestrating the muslim migrant problem in Europe https://www.youtube.com/watch?v=MFE0qAiofMQ/ . No migrant raping of women in Poland. Tons in Sweden. Do the math. Use common-sense. This is to get muslims and other goyim/gentiles to wipe one another out as incompatible cultures that will clash and always have.

    Rabbi A. Finkelstein ADMITS their greatest enemies are ARABS and WHITES (blacks too) whom they wish to kill one another in a 'theater of war' which they find AMUSING https://www.youtube.com/watch?...

    Finkelstein also admits JEWS DID 9/11 (perpetrated by the Mossad & Bebe Netanyahu of ISRAEL) https://www.youtube.com/watch?... profiting by it (and that 3,000 jews employed there did not show up for work that day knowing about it beforehand).

    Finkelstein also admits JEWS are going to destroy the U.S. Dollar and dumping it for other world currencies and gold to destroy the United States.

    George Soros who funds groups to create division in the USA?? A jew. One who sold his own jew people into death for the nazis.

    Zucker now FIRED @ CNN is another frying publicly for lying about "russians" and John Bonifield a producer @ CNN said it is bs. Van Jones did also.

    Bernie Madoff (who made off with everyone's money, especially construction union pensions) shows the thieving nature of the JUDEN!

    Michael Milken (another JEW SCAMMER junk bondsman THIEF)

    Ivan Boesky

  48. Beware PERFIDIOUS JEWgle machinations by Anonymous Coward · · Score: 0

    Khazar Talmudic Jews believe this of all they call goyim/gentiles (any non-jew): Jews = biggest racists of all for which they "jew guilt" you for no less! They're hypocrites known as thieves all thru history or were Argentines in the 1940 under Peron, Spanish inquistion, France (1306), Egypt (despoiled/robbed by jews), Arabs (pre & post 1948), England (1330 Edward longshanks), Romans under titus, Russia pogroms and Germany who got rid of them from their nations nazi german's too? No. Driven into DESERTS ages ago! Don't wonder why after all those exilings above.

    Should anyone doubt any of this see Jacob Javits' crony Rosenthal spill the beans on it https://www.youtube.com/watch?v=D4zMVZ8HnFI/ where he called all Christianity fools for helping Israel and the biggest scam of all time per their beliefs below from their Talmud.

    This is the province of the synagogue of Satan (Pharisees whom Jesus Christ himself kicked to the curb out of the temple & they killed him for it. Jeremiah did the same to them also + the Essenes could not stand them either breaking away from the pharisee corruption):

    Mark Zuckerberg stole the Winklevoss twins' code for Fakebook (figures as he is a thieving low jew too).

    Maria Abramovic satanist spirit cooker pal of Hillary Clinton the Voodoo queen is a jew https://www.google.com/search?...

    Like Hillary Clinton's mentor Saul Alinsky author of rules for radicals book dedicated to Lucifer

    "Most Jews do not like to admit it, but our god is Lucifer Â- so I wasnÂ't lying Â- and we are his chosen people. Lucifer is very much aliveÂ" Harold Rosenthal http://www.thetruthseeker.co.u...

    Jewish rabbi openly admits to satan worship use white children's blood they kill for passover bread, infiltrating and subverting the catholic church, creating the Jesuit order https://www.youtube.com/watch?... and https://www.youtube.com/watch?...

    Barbara Spectre, a jew, tells everyone it's jews orchestrating the muslim migrant problem in Europe https://www.youtube.com/watch?v=MFE0qAiofMQ/ . No migrant raping of women in Poland. Tons in Sweden. Do the math. Use common-sense. This is to get muslims and other goyim/gentiles to wipe one another out as incompatible cultures that will clash and always have.

    Rabbi A. Finkelstein ADMITS their greatest enemies are ARABS and WHITES (blacks too) whom they wish to kill one another in a 'theater of war' which they find AMUSING https://www.youtube.com/watch?...

    Finkelstein also admits JEWS DID 9/11 (perpetrated by the Mossad & Bebe Netanyahu of ISRAEL) https://www.youtube.com/watch?... profiting by it (and that 3,000 jews employed there did not show up for work that day knowing about it beforehand).

    Finkelstein also admits JEWS are going to destroy the U.S. Dollar and dumping it for other world currencies and gold to destroy the United States.

    George Soros who funds groups to create division in the USA?? A jew. One who sold his own jew people into death for the nazis.

    Zucker now FIRED @ CNN is another frying publicly for lying about "russians" and John Bonifield a producer @ CNN said it is bs. Van Jones did also.

    Bernie Madoff (who made off with everyone's money, especially construction union pensions) shows the thieving nature of the JUDEN!

    Michael Milken (another JEW SCAMMER junk bondsman THIEF)

    Ivan Boesky

  49. Re:Defective product. Declared secure, illusion of by raymorris · · Score: 1

    The purpose of the cert is for the browser to know whether they are talking to your server, or to my MITM proxy which I made on a Raspberry Pi, ans presents itself as a WiFi network "Convention Guest WiFi".

    If you don't tell the browser WHICH cert you've rolled, it's unable to distinguish your cert from my imposter cert, and therefore you have almost zero security.

    > you suggest the common user can tell the difference between a cardboard box and a safe. They can't (thus the green locks and such)

    I suspect users can see a green lock and have some idea what it means.

  50. Re:Defective product. Declared secure, illusion of by GameboyRMH · · Score: 1

    The green lock is there because the user doesn't know the difference between http: and https: in the URL bar. As such, the browser should display the green lock for an HTTPS connection with a valid cert and not display one for an HTTP connection or an HTTPS connection with an invalid cert. It's even easier for your RasPi to MITM an HTTP connection, but the browser will happily use that protocol without complaint.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
  51. Certificate Transparency by tepples · · Score: 1

    You just get one of hundreds of CAs to issue you a cert by MITMing their automated DNS/Website flag planting procedure

    Would these be CAs that submit all issued certificates to Certificate Transparency or CAs that do not?

    1. Re:Certificate Transparency by Anonymous Coward · · Score: 0

      You just get one of hundreds of CAs to issue you a cert by MITMing their automated DNS/Website flag planting procedure

      Would these be CAs that submit all issued certificates to Certificate Transparency or CAs that do not?

      None of that matters. The most common way to deliver malware is from a compromised site. There is no reason for the attacker to stop running HTTPS, and in fact they probably don't have access to the webserver anyway, just the site in question's home folder.
      HTTPS doesn't protect you from the site your connecting to, but possibly protects you from everyone else along the way.

    2. Re:Certificate Transparency by WaffleMonster · · Score: 1

      Would these be CAs that submit all issued certificates to Certificate Transparency or CAs that do not?

      What difference does it make? Nobody monitors CT logs so why does it matter?

      If by some miracle you discover a cert issued by someone else it's already too late. Security has already been compromised. All of your fellow government protestors already been rounded up and carted off to the gulag. Too bad so sad.

      This is all certificate transparency really is:
      https://www.youtube.com/watch?...

    3. Re:Certificate Transparency by tepples · · Score: 1

      The most common way to deliver malware is from a compromised site.

      How would an individual developer go about proving to users that the software he offers through his website was not placed there through compromise?

    4. Re:Certificate Transparency by Anonymous Coward · · Score: 0

      Sign your downloads's hash with a published public key?

      Like everyone else?

    5. Re:Certificate Transparency by tepples · · Score: 1

      Then the question becomes how to prove that the public key itself has not been replaced through compromise.

  52. Wine is an .exe player by tepples · · Score: 1

    .exe files are harmless on Linux

    Unless the user has installed Wine. Valve's Proton distribution of Wine will only make Wine more commonplace among users of X11/Linux.

  53. Download from HTTPS CDN by tepples · · Score: 2

    encrypted traffic can't use the internet's caching infrastructure which would benefit popular downloads

    A CDN contracted by the operator of the origin server, such as CloudFront or Cloudflare, can cache HTTPS just as easily as cleartext HTTP.

  54. Jew Google Jew Mama by Anonymous Coward · · Score: 0

    Just dont use Chrome or dont update.

    Jew Brin and Jew Page and Jew CEO of YouTube always want to decide for you. Jews always do.

    It's Jew shit. Fake religion fake people.

  55. Re:Shut up and eat yer porridge by Revek · · Score: 0

    I only troll, trolls. For whom does the troll really troll.

  56. Re:What needs to be blocked is JEWgle by Anonymous Coward · · Score: 0

    - JIDF try to tire you out.

    https://en.wikipedia.org/wiki/Jewish_Internet_Defense_Force

    tl;dr already got it a long time ago

  57. Re: They are SELF-proclaimed (un)"holy" JEWgle by bursch-X · · Score: 1

    Hmm Yiddish is actually 80% German. I am German and I can understand it. It sounds like a German dialect, and I only fail to understand some of the Hebrew and Polish words sprinkled in. This such a plain and well-known fact and even that you get wrong. Sheesh.

    --
    There are two rules for success:
    1. Never tell everything you know.
  58. Google is still wrong by Anonymous Coward · · Score: 0

    HTTP is not unsecure. Publicly readable data is just that. Once again management is confusing complicated with secure. Once again they are wrong.

  59. Re: Shut up and eat yer porridge by Anonymous Coward · · Score: 0

    I named mine Fred.

    Then the kids wanted to adopt him...

  60. Chrome? by sremick · · Score: 1, Funny

    As long as it continues to let me download FirefoxSetup.exe, we're good.

  61. Re:What needs to be blocked is JEWgle by Anonymous Coward · · Score: 0

    go back and sleep with your sister and your mother again, they miss you pin dick

  62. Getting real tired of this shit by Anonymous Coward · · Score: 0

    Gmail already gimped the send file function of Gmail to the point of near uselessness. "No sending .zip files for you! And don't bother renaming the extention because we check the file format itself. HAHA!" A hex editor can get around this, but why do we have to resort to this shit?

      Now Google wants to do the same to their web browser like they did with Gmail. No thanks.

      Chrome will be shitlisted as a near useless toy when they pull this.

  63. (continued) Getting real tired of this shit by Anonymous Coward · · Score: 0

    What they plan to do right now is a step in that direction. Wait until it gets to the point that all downloads of that kind are banned no matter where they came from, just like Gmail. These days, I don't trust Google to not do this.

      Google really needs to go back to "Do no evil" and brand itself with a red hot iron of this phrase
      to make sure they remember that.

  64. Starks are supposed to be much more honourable by Anonymous Coward · · Score: 0

    Starks are supposed to be much more honourable. Just goes on to prove that there are bad apples in every yard.

  65. Is this a collusion with big telcos? by Anonymous Coward · · Score: 0

    While I get the security pitch for TLS everywhere, there is a side effect to that.

    In effect bandwidth consumption will increase as it is hard to cache artifacts on a https URL unless you (as the one wanting to cache) also control all the clients, and have your certificates installed on them.

  66. Control Creep by Anonymous Coward · · Score: 0

    http://myactivity.google.com was a wake up call for me. The amount of data they collect about users by default is outrageous The problem is that using their software as a middle man to access the Internet, both on you computers and mobile devices presents them with a unique opportunity to collecting all your browsing data. Https traffic may be encrypted, but de-crypted as soon as Google's slimey software gets at it. Encryption merely prevents Google's competitors from accessing that data.

  67. HTTPS is not the be all and end all by Anonymous Coward · · Score: 0

    Many malicious sites are using HTTPS. Many sites using HTTPS are infected to be malicious or deliver malicious content. Obtaining a valid SSL certificate can be done for free and takes moments. Google seem to be focusing very much on the "well, we tried" method of security awareness, rather than actually improving security for users experience. It seems to me as though they don't want to be lumped in with the blame game the next time there's a significant flaw exploited; they're taking "action" to "improve security" knowing full well that it's going to be entirely ineffective. As long as they can publicly point to the changes they're making and make some claim that they've been effective to some degree then they're seen as being helpful, even when they're objectively not.

    The pantomime of online security is turning more and more farcical as the days go by. Pretty soon the farce will turn in to tragedy I'm sure, as more and more users believe that security upgrades mean that they don't need to be individually aware of what is the best thing to do or the safe way to browse.

  68. Re:Defective product. Declared secure, illusion of by Anonymous Coward · · Score: 0

    By applying TLS, the site operators are essentially declaring that the content needs to be protected and claiming that it is protected.

    No. By applying TLS the site operators are protecting the content but not making any declarations or claims. By using plain HTTP you are effectively claiming that the content is protected but not actually protecting it. You mixed up the two situations in your explanation.

    Proper declarations of security or identity are made with the various levels CA certificates.

    The problem with browsers at the moment is they mix the signals and communicate the wrong expectations to the user, and then when the miscommunication leads the user to make an incorrect assumption the browsers compensate by doubling down on the misinformation and actively pushing everyone toward the worst possible reaction.

  69. Strange selection of files by sad_ · · Score: 1

    why not include office documents and pdf's as well? they've been a source of infections too.
    well, not much else is left except pure media (video/audi/pictures) files.

    --
    On a long enough timeline, the survival rate for everyone drops to zero.
  70. Internet sure but leave intranet alone by Anonymous Coward · · Score: 0

    If Google wants to protect people from the wild west that is the Internet then sure. But dang it leave the Intranets of companies and homes alone!

  71. Re: Jews history/books/doings bothers you? by Anonymous Coward · · Score: 0

    Hey kids, this is what mental illness looks like! ^^^