Can someone tell me if there is a way to limit Firefox internet access to specific websites pre-defined in a list. So the list will define the only allowed websites and not the blocked ones.

link|improve this question
feedback

migrated from stackoverflow.com Jul 30 '10 at 23:33

This question came from our site for professional and enthusiast programmers.

3 Answers

There are several parental control apps that can do this, including ProCon Latte. In the preferences, go to:

  1. Main Filter tab
  2. Select the Secure preset.
  3. Whitelist tab
  4. Select Enable whitelist
  5. Enter the domains to whitelist.

These solutions aren't completely secure, so don't rely on them alone.

link|improve this answer
feedback

Generally this is better configured within a network. Proxies can work well with whitelists, as can DNS resolution services such as OpenDNS. If you need a Firefox-specific solution, however, an add-on will do a better job.

link|improve this answer
feedback

You can block certain sites by adding them to the hosts file with IP 127.0.0.0

http://en.wikipedia.org/wiki/Hosts_(file)#Internet_resources_blocking

link|improve this answer
feedback

Your Answer

 
or
required, but never shown