-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy blacklist does block domain with subdomain #824
Comments
|
no, it shouldn't, can you inspect your list first? if there is another subdomain of .youtube.com allowed, it won't deny all on youtube.com, because of overlap. |
|
I think it's because there is no "." before the domain |
|
it probably misses a "." before youtube.com, but not before the other two above this. it should match .youtube.com here. I will look into this. |
|
This commit b1034aa solves the missing dot in the processed list. In case you want to try before any release, you can easily download the script from github using: The processed output looks like this on my machine: |
|
After "Download ACLs & Apply" it works as expected 👍 Thanks |
(cherry picked from commit b1034aa)
If I select audio-video blacklist from UT1 blacklist, "youtube.com" is denied but "www.youtube.com" is allowed.
Maybe squid acl should use dstdom_regex ?
The text was updated successfully, but these errors were encountered: