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

squid rules

is it possible  to add  an own regular expression acl for all/some machines like  :

acl     stopfiles    urlpath_regex -i \.exe$ \.exe.*$ \.zip$ \.zip.*$ \.msi$ \.msi.*$ \.ace$ \.ace.*$ \.gz$ \.gz.*$ \.tar$ \.tar.*$ \.arj$ \.arj.*$ \.lha$ \.lha.*$ \.cap$ \.cap.*$ \.mp3$ \.mp3.*$ \.eml$ \.eml.*$ \.doc$ \.doc.*$ \.xls \.xls.*$ \.ppt$ \.ppt.*$ \.dot$ \.dot.*$ \.mdb$ \.mdb.*$ \.ocx$ \.ocx.*$ \.avi$ \.avi.*$ \.mov$ \.mov.*$

http_access    deny    stopfiles


This thread was automatically locked due to age.
Parents Reply
  • I'm not sure if I'm understanding right - in ASL4 we've got inside of our cobion-profile in the blacklist-section an entry list like

    ^.*\.[Aa][Cc][Ee]$
    ^.*\.[Bb][Aa][Tt]$
    ^.*\.[Cc][Aa][Bb]$
    ^.*\.[Cc][Oo][Mm]$
    ^.*\.[Ee][Xx][Ee]$
    ^.*\.[Mm][Pp]3$
    ^.*\.[Rr][Aa][Rr]$
    ^.*\.[Ss][Cc][Rr]$
    ^.*\.[Vv][Bb][Ss]$
    ^.*\.[Zz][Ii][Pp]$

    to suppress download of these filetypes.

    When migrating to ASL5 and restoring configuration the list is been restored well, but if a user now tries to get an URL like

    https://www.xyz.com or https://cgi.xyz.com

    he gets blocked due to blacklist-restriction ^.*\.[Cc][Oo][Mm]$ . With http everything seems to be fine. Is there another syntax necessary for version 5, or have these rules to be set in the content-removal section?
Children
No Data