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

[9.100-16]Lost - allowing a blocked site

hey all,
so, I am totally lost in the new options for the content filter:
before, it worked by adding "^https?://([A-Za-z0-9.-]*\.)?ubi.com" to the list with all allowed websites
but now, I have to use the form a different way, but I can't figure out how:
Name = ubisoft(so far, so good)
domain = is this the domain I want to block or allow? in my case, ubi.com with all subdomains
regular expressions = I don't really have an idea what to do here..

the url I need to access is "uts.ubi.com/session.ashx" 

kind regards,
Frank


This thread was automatically locked due to age.
Parents
  • hey all,
    so, I am totally lost in the new options for the content filter:
    before, it worked by adding "^https?://([A-Za-z0-9.-]*\.)?ubi.com" to the list with all allowed websites
    but now, I have to use the form a different way, but I can't figure out how:
    Name = ubisoft(so far, so good)
    domain = is this the domain I want to block or allow? in my case, ubi.com with all subdomains
    regular expressions = I don't really have an idea what to do here..

    the url I need to access is "http://uts.ubi.com/session.ashx" 

    kind regards,
    Frank


    When you take a look in Web Protection->Web Filtereing -> Exceptions
    then you will see a list of sites that are allready pre-configured.

    Like the Microsoft Update pages. One of the URL's looks like this:
    ^https?://([A-Za-z0-9.-]*\.)?services\.apps\.microsoft\.com/

    Using this example the url you probably could use is:
    ^http?://([A-Za-z0-9.-]*\.)?uts\.ubi\.com\.session.\com/

    For I don't know what to do with the sessios.ashx I just shortend the url. Mabye BAlfson or the others know what to do with the last part of the url
Reply
  • hey all,
    so, I am totally lost in the new options for the content filter:
    before, it worked by adding "^https?://([A-Za-z0-9.-]*\.)?ubi.com" to the list with all allowed websites
    but now, I have to use the form a different way, but I can't figure out how:
    Name = ubisoft(so far, so good)
    domain = is this the domain I want to block or allow? in my case, ubi.com with all subdomains
    regular expressions = I don't really have an idea what to do here..

    the url I need to access is "http://uts.ubi.com/session.ashx" 

    kind regards,
    Frank


    When you take a look in Web Protection->Web Filtereing -> Exceptions
    then you will see a list of sites that are allready pre-configured.

    Like the Microsoft Update pages. One of the URL's looks like this:
    ^https?://([A-Za-z0-9.-]*\.)?services\.apps\.microsoft\.com/

    Using this example the url you probably could use is:
    ^http?://([A-Za-z0-9.-]*\.)?uts\.ubi\.com\.session.\com/

    For I don't know what to do with the sessios.ashx I just shortend the url. Mabye BAlfson or the others know what to do with the last part of the url
Children
No Data