![]() |
|
Adjusting privoxy - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Forum Related (/forumdisplay.php?fid=37) +--- Forum: Privoxy (/forumdisplay.php?fid=49) +--- Thread: Adjusting privoxy (/showthread.php?tid=2262) |
Adjusting privoxy - rogern - Jan. 23, 2016 06:35 PM In my language the word advarer is triggering privoxy to block the page(article). Where can i allow that word? RE: Adjusting privoxy - Faxopita - Jan. 23, 2016 10:44 PM This exception rule: Code: { -block }To unblock any domain and path (from root folder) built around. Simplest approach: place it somewhere inside the user.action file, which should always be the last file to be parsed by Privoxy; see config file. RE: Adjusting privoxy - rogern - Jan. 25, 2016 06:27 PM It seems to be OK ,now i know where i can make exeptions for my language. But why do i get this error from the proxHTTPS? I know it is another question but instead of creating a new i ask here Code: HTTPConnectionPool(host='127.0.0.1', port=8118): Max retries exceededRE: Adjusting privoxy - Faxopita - Jan. 26, 2016 10:09 AM Does this message prevent you to filter HTTPS connections anyway? I also have this message, but none of them are related to localhost. It's only for certain websites. For example, this one. I'm surprised you have that kind of message as well for localhost. Here's what it's returned by ProxHTTPSProxy in my case when visiting the website: Code: 502: HTTPErrorIn fact, I can't access that website. I would need to make an exception, and hence making Privoxy not able to filter the website. Sometimes (often), a website is faulty in implementing correctly the SSL configuration. Fortunately, this problem only happens occasionally while I wander the web. I would simply try to visit another website discussing this topic. In order to help you solve your problem, I invite you to visit this Stack Exchange thread. Same issue raised over here as well. In last resort, I suggest you move this topic to the ProxHTTPSProxy forum section. |