• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can firefox block a website

Henrythewound

Senior member
I need to block a website from being accessed through firefox. I cant find an option and googling has not been helpful (1st time for everything). Any tricks you might know?
 
why do you want to block a website? to deny access to it from a computer? (there's still IE).
 
Originally posted by: Henrythewound
I tried adding it to the hosts file and it did not seem to take effect. Does it require a restart or something?

Nope. Did you format the entry in the host file correctly? Redirect it to 127.0.0.1
 
I second the Adblock idea.
Block *sitename* (* is wildcard) so anything with sitename in the URL will be banned.
 
Hosts file is definately the best way, you're obviously just not doing it correctly. Edit the HOSTS file, in windows\system32\drivers\etc and add the lines:
127.0.0.1 www.xxx.com
127.0.0.1 xxx.com

I believe you have to get each variant of the url, xxx.com will not cover www.xxx.com.


EDIT - I just tested and you do need to list both variants
 
Originally posted by: cubby1223
Hosts file is definately the best way, you're obviously just not doing it correctly. Edit the HOSTS file, in windows\system32\drivers\etc and add the lines:
127.0.0.1 www.xxx.com
127.0.0.1 xxx.com

I believe you have to get each variant of the url, xxx.com will not cover www.xxx.com.

nice job cubby!
 
Back
Top