Page 1 of 1

Add exception for all intranet sites

Posted: Wed Sep 16, 2009 11:49 pm
by lopezg415
Is there a way to add an exception and unblock all intranet sites?

The easiest way I can think of is checking for a period in the hostname. Any help would be greatly appreciated.
@@|http://hostname/*

Re: Add exception for all intranet sites

Posted: Fri Sep 18, 2009 12:38 am
by baldr
Try regular expression filter. @@/^https?:\/\/\w+(\/|$)/ will match URLs like http://host_123, https://secure_host_007/favicon.ico and such. Heavy backslashing, heh? ;-) You may also insert something like (:\d+)? after \w+ to allow connection to non-default (80 for HTTP, 443 for HTTPS) port number.

Re: Add exception for all intranet sites

Posted: Thu Jul 01, 2010 4:07 am
by anonymous3523
This worked for me:

@@/^https?:\/\/\w+(:\d+)?(\/|$)/$document