This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I lock my web browser to only stay on one website?
04-28-2014, 03:27 AM
Post: #4
 
Open Notepad, then copy & paste

function FindProxyForURL(url, host) {
if (
dnsDomainIs(host,"google.com")
){
return "DIRECT";
}
return "PROXY 127.0.0.1";
}

Replace "google.com" with the domain you wish to permit.  Save the file as C:\Block.PAC.  In your Web browser proxy options, set the autoconfiguration address to
    file://C:/Block.PAC
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Comicbook Reader - 04-28-2014, 03:09 AM
[] - Earvin - 04-28-2014, 03:19 AM
[] - Me2 - 04-28-2014 03:27 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)