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

Additional Url Not being Block

I know this might be much to ask but can someone who is using the
Web Filtering Additional Urls/ sites to block post a sample of their block list
that they use to block ads that's working. Thanks

UTM9

.*\.ads\.forbes\.com
^https?://ads\.forbes\.com
^https?://[A-Za-z0-9.-]+\.2mdn.net/
^https?://2mdn.net

but it does not work,  I have no allow urls/sites


This thread was automatically locked due to age.
Parents
  • For example:

    https?://[A-Za-z0-9.-]*\./quant.js/

    This can be changed to https?://[A-Za-z0-9.-]*quant.js/

    In fact, the "\." after the "*" is unnecessary.  It's the "/" that "breaks" the expression.

    Cheers - Bob
Reply
  • For example:

    https?://[A-Za-z0-9.-]*\./quant.js/

    This can be changed to https?://[A-Za-z0-9.-]*quant.js/

    In fact, the "\." after the "*" is unnecessary.  It's the "/" that "breaks" the expression.

    Cheers - Bob
Children
No Data