Showing posts with label internet. Show all posts
Showing posts with label internet. Show all posts

Friday, 20 March 2015

Firefox "Blocked: May Contain a Virus or Spyware" Quick Solution

Firefox download manager keeps blocking downloads that you know are safe, claiming that they might contain a virus or spyware.

There are two quick solutions.

The easiest is simply to...

1. Download the file in a different browser like Chromium or Chrome.
This is the best option if it's just the one file that's causing you problems but if it keeps happening over and over then this really isn't practical.

Also consider the future implications. It only tells you it's blocked the file after its been downloaded. Imagine you're five hours and 99% into downloading a vital 2GB file over a sluggish connection then suddenly that error pops up - you're gunna be mad.


2. Disable safebrowsing.
While this will get rid of the annoying warnings, it will also disable warnings when you're visiting dodgy sites, such as forgeries or phishing sites so it's not a decision to be taken too lightly.


On balance, for a Linux user with a bit of sense, I think it's not at all risky. However, if you're still worried consider downloading a good range of protective add ons such as Bitdefender.

Here's how to disable safebrowsing: 
  1. Type "about:config" in the address bar.
  2. Click ok to all the Here Be Dragons warnings.
  3. Search for and set the following two values to false:
   browser.safebrowsing.enabled

   browser.safebrowsing.malware.enabled

   4. Restart Firefox and download the file.


Tuesday, 5 February 2013

How to Block a Website Using the Hosts File in uBuntu

If you’ve ever wanted to block a website more comprehensively than a Firefox add on then this might be for you.

1. Hit Alt + F2 to bring up Run.
2. Type the command:
gksu gedit /etc/hosts
3. To block the website add 127.0.0.1 then the website. Tab to create the space, if you were wondering.
127.0.0.1 facebook.com
127.0.0.1 http://www.facebook.com
4. Save and you’re done. Obviously, you can always go back and remove those lines if you want to use those sites again.