You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like Privoxy can't understand host patterns containg backslash (unlike in filter regex). You are using host patterns like '.apple.com' in action file which is ignored and should be '.apple.com' instead. For that reason blocking doesn't catch right doimains most of the time.
Seems like Privoxy can't understand host patterns containg backslash (unlike in filter regex). You are using host patterns like '.apple.com' in action file which is ignored and should be '.apple.com' instead. For that reason blocking doesn't catch right doimains most of the time.
http://www.privoxy.org/user-manual/actions-file.html#HOST-PATTERN
The text was updated successfully, but these errors were encountered: