Regression #11738
closedSquidGuard 1.16.18_17 Not Filtering Blacklist No-Transparent Mode
0%
Description
Hello.
We found some strange behavior, after upgrade to this version 1.16.18_17
SG stop filtering our blacklist and allow domains already in "DENY" to be allow.
After we check squid config before we found this 2 lines from squidguard_configurator.inc
#line 450
if ($config['installedpackages']['squid']['config'][0]['sslproxy_mitm_mode'] == 'splicewhitelist') {
$conf[] = "url_rewrite_access deny CONNECT";
$conf[] = "url_rewrite_access allow all";
}
which we add to squid.conf.
We remove this 2 lines and squidguard start working normally, this is a No-Transparent Mode.
Regards!!!
Updated by Viktor Gurov over 3 years ago
Updated by Jim Pingle over 3 years ago
- Project changed from pfSense to pfSense Packages
- Category changed from Services to squidguard
- Status changed from New to Pull Request Review
- Release Notes deleted (
Default)
Updated by Renato Botelho over 3 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
Merged
Updated by Viktor Gurov about 3 years ago
- Tracker changed from Bug to Regression
Updated by Azamat Khakimyanov over 2 years ago
- Status changed from Feedback to Resolved
Tested on 22.05 with SquidGuard 1.16.18_20
In No-Transparent Mode SquidGuard was successfully blocking FQDNs from Blacklists.
I marked this bug as resolved.