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

http/s exceptions using logical expressions

I have created an exception for one user in my network where I want to allow some urls I specify to him and also 1 category of sites which is blocked by default.  Now I am using the "and" logical expression and that is applied to both, for all requests matching those urls and these categories of websites.  It cannot be and or , it's either both and or both or.  After using and, the firewall blocks any url i specify in the allow these urls and also block the category i enabled.  But why?  If I use or it will work, but the weird thing is it applies the exception with or to all users!  That  should not happen.  Can you please tell me why this is happening?


This thread was automatically locked due to age.
Parents
  • The exception you created for the "Network AND softpedia AND the Alcohol category" will not work because all three variables will never be true. If the user tries to go to softpedia the exception will not match because the site is not classified as alcohol and the same holds true if they try to go to an alcohol site as the exception is only looking for the url for softpedia.

    I think the best option is to create two exceptions like you have already done. However, I haven't tried this but you might be able to create one exception if you use the correct order for example:

    softpedia
    OR
    Alcohol category
    AND
    User Network
Reply
  • The exception you created for the "Network AND softpedia AND the Alcohol category" will not work because all three variables will never be true. If the user tries to go to softpedia the exception will not match because the site is not classified as alcohol and the same holds true if they try to go to an alcohol site as the exception is only looking for the url for softpedia.

    I think the best option is to create two exceptions like you have already done. However, I haven't tried this but you might be able to create one exception if you use the correct order for example:

    softpedia
    OR
    Alcohol category
    AND
    User Network
Children
No Data