Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I whitelist a website? I am trying to open:www.keepn.com and www.kvisit.com but it says that these sites are being blocked. Where do I unblock them?

  • 4 replies
  • 26 have this problem
  • 2222 views
  • Last reply by abdinsa

more options

I am trying to use the KeepandShare package but somehow 2 of the 3 required websites are blocked. Can anyone help me please? I am operating off m,y home PC so I am the administrator, but how have no clue here... Thanks

I am trying to use the KeepandShare package but somehow 2 of the 3 required websites are blocked. Can anyone help me please? I am operating off m,y home PC so I am the administrator, but how have no clue here... Thanks

All Replies (4)

more options

With - http://keepn.com/ - I get a 4o4 message from the server. Not Found

With - www.kvisit.com - I get re-directed here - http://www.keepandshare.com/

Exactly what is the message you are getting?
Can you post a screen shot of that message?

https://support.mozilla.com/en-US/kb/Adding+screenshots

more options

Yes, keepandshare.com is the parent site but apparantly needs the other two to run their programmes - Have uploaded an image. Hope it helps. Thanks so much!

more options
var checkDomains = new Array(
	"www.keepandshare.com",
	"keepn.com",
	"kvisit.com"
);

checkDomains.each(function(domain) {
	var domainid = "domain" + domain.replace(RegExp('/\./g'), '_');
	var element = new Element('li', { id: domainid, "class": "checking" });
	element.insert(domain);
	$('domainslist').insert(element);
});

It looks that a script tries to access those three domains and waits for 5 seconds for a response.

  • "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
  • "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes). See Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems and Troubleshoot issues with plugins like Flash or Java to fix common Firefox problems

Also make sure that your security software isn't blocking those domains or cause extra delays.

more options

Thanks so much! It worked... And now I know how to clear these cookies... Have a good day