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

How to block y8.com

Hi,
I have set up the proxy in transparent mode, blocking using url filtering 'Games'.
I also have set up time based Proxy profiles that block access to internet.

Everything but y8.com is working as it is supposed to...!

All tested game-sites except y8.com is blocked.
Time based Proxy profiles block all tested web-traffic, except y8.com. 

Any suggestions?

Thanks,

Mark


This thread was automatically locked due to age.
  • Hi,

    there is a listbox "Additional URLs to block" at "Web Security >> Web Filtering >> URL Filtering" where you can add something like (regex): "^https?:\/\/([A-Za-z0-9.-]+\.|)y8.com\/" to block all requests for y8.com and any subdomain of it.

    Additionally, to improve the categorization, you may lookup or submit your URLs here (select 'Real-time DB')
  • Hi Mario,

    Thanks for the reply. You are right and then not quite...

    If i add "^https?:\/\/([A-Za-z0-9.-]+\.|)y8.com\/" to "Additional URLs to block" at "Web Security >> Web Filtering >> URL Filtering" then i can not access the y8.com site from witin IE.

    If i use this direct link from the desktop wich opens in IE9 (Win7 Pro SP1) "media.y8.com/.../Raze.swf", then i can access the game even if the y8.com site is blocked. It also works if i paste the link into IE despite y8.com is blocked.

    What i am trying to accomplish is that the game works during daytime, but not in the evening.

    By the way: is there somewhere i can see which variables i can use in (regex) for URL-filtering

    Thanks,

    Mark
  • Please try "^https?://([A-Za-z0-9.-]+\.|)y8\.com/" which is more strict. There are no variables that you can use. Regular expressions are a very generic way of pattern matching and I'm sure you'll find enough info by googling a little.

    About your problem with the file not being blocked: Please completely flush the browser cache and check again.
  • I have tried flushing cache and apply the suggested regex.
    It unforntunately dosn't work either - is it because it is a flash game?
  • No that's not the reason.

    I just copied the exact regex and then requested your posted URL and it was blocked as expected. But I never visited y8.com before therefore I think it must be a caching problem.

    Does the game actually work for you? I mean, do you see other players? If yes, please check which network traffic is generated by the game. If that traffic is non-HTTP, it won't be handled by the proxy.

    Please also post your ASG http.log from the time you started the game.
  • Thanks, i will delete the cache and give it another try when coming home again.
  • There may have been a caching issue...

    But i think the issue is also caused because the URL filtering pane is behaving differently than the exceptions pane. Originally i had an exception for y8.com in the exception pane and then the time based rules did not work. Can it be that the exeption pane supersides the URL pane?

    By moving y8.com to the URL filtering pane (Always allow) the link works during dayhours but not in the evening when the default block action is active.

    Now the blocking is working as i would like it to :-)

    Thanks for the help/input Mario.
  • Can it be that the exeption pane supersides the URL pane?


    Yes they do. An exception actually supersedes everything else.
  • Thanks Ulmi - that explains the behavior, and my confusion :-)