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

url blocking

in v8 i used to be able to go *.whatever.whatever to kill an entire domain.  I've been hunting down the domains that are serving these freaking video ads and i have a good idea where they are coming from but i can't get them blocked inside the web proxy.  one of hte domains i want dead is newsinc.com and all subdomains.  *.newsinc.com used to work.  nOw it doesn't.  Some pointers would be appreciated.


This thread was automatically locked due to age.
Parents
  • For tumblr, try this:

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

    For any RegEx on domain names, try this tool:
    Quick RegEx for URLs | UTM Tools

    It sounds like:
    8.x supports non-regex
    9.0 supports regex
    9.1 supports regex and exact domain
    9.2 supports regex, exact domain, and domain plus subdomain

    The reason for the 9.1 and 9.2 additions was to
    a) provide something simpler for users so they don't need regex
    b) provide something high performance (exact match is much faster than regex)
Reply
  • For tumblr, try this:

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

    For any RegEx on domain names, try this tool:
    Quick RegEx for URLs | UTM Tools

    It sounds like:
    8.x supports non-regex
    9.0 supports regex
    9.1 supports regex and exact domain
    9.2 supports regex, exact domain, and domain plus subdomain

    The reason for the 9.1 and 9.2 additions was to
    a) provide something simpler for users so they don't need regex
    b) provide something high performance (exact match is much faster than regex)
Children
No Data