我有 privoxy 作为 Windows 系统代理。privoxy 配置文件如下:
confdir .
logdir .
forward-socks5 / 127.0.0.1:39001 .
listen-address 127.0.0.1:8118
show-on-task-bar 0
activity-animation 0
hide-console
toggle 0
actionsfile user.action
logfile privoxy.log
debug 8192
enforce-blocks 1
我的 user.action 文件是
{ +block{Domain contains "face"} }
.face.
但是当我在浏览器中输入 facebook.com 时,该网站并没有被阻止。
为什么会发生这种情况?有什么想法吗?