This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

syntax to block complete URL

Hai,

  i would like to know what is the correct syntax for allowing few URL like
yahoo.com, cnn.com, google.com.

i tried some syntax but they have some problem actually its allowing  but not the full contents of the page.

^https?://[A-Za-z0-9.-]*\.google.com/

^https?://.*wikipedia.org

i tried with  ^https?://[A-Za-z0-9.-]*\.yahoo.com/ and ^https?://.*yahoo.com  
but the web page is not opening correctly with all its contents of first page.

thanks in advance...


This thread was automatically locked due to age.
Parents
  • You should check your web filtering log (live log would help most). Most probably the content that isn't shown does not originate from for example yahoo.com.

    For instance, I opened yahoo.com, and besides this site, information was retreived from l1.yimg.com, showbiznewz.nl, beursgorilla.nl and so on (This is the dutch yahoo)

    Best way to do this is to close all browsers / webpages on the computer that visits the site, open the web filtering life log (preferably on a different computer then the one browsing the site), filter the IP address of the computer browsing the site and then check the life log for blocked sites. It will show you the sites / url's which are still blocked and also will show you if your syntax for blocking / whitelisting the site is working properly.
Reply
  • You should check your web filtering log (live log would help most). Most probably the content that isn't shown does not originate from for example yahoo.com.

    For instance, I opened yahoo.com, and besides this site, information was retreived from l1.yimg.com, showbiznewz.nl, beursgorilla.nl and so on (This is the dutch yahoo)

    Best way to do this is to close all browsers / webpages on the computer that visits the site, open the web filtering life log (preferably on a different computer then the one browsing the site), filter the IP address of the computer browsing the site and then check the life log for blocked sites. It will show you the sites / url's which are still blocked and also will show you if your syntax for blocking / whitelisting the site is working properly.
Children
No Data