X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Ffaq%2Ftrouble.html;h=310ae020565a44b265d16a366998f92414f26219;hb=4985684a0376e6a84c5f542c7324617259092575;hp=faf550b9ecf7d8a537b79a9cd987fb55381de8d8;hpb=086d4aacf2fe1d729b4f4a67a7167cb6f19db043;p=privoxy.git diff --git a/doc/webserver/faq/trouble.html b/doc/webserver/faq/trouble.html index faf550b9..310ae020 100644 --- a/doc/webserver/faq/trouble.html +++ b/doc/webserver/faq/trouble.html @@ -280,8 +280,8 @@ Request: 66.70.21.80/scripts/click.php?hid=a71b9f6504b0c5681fa5&si=Ua

Once the problem-causing filter is known, it can be fixed or disabled.

Upgrading Privoxy, or going to the most recent default.action file available from SourceForge might be worth a - try, too.

+ "https://www.privoxy.org/gitweb/?p=privoxy.git;a=blob_plain;f=default.action.master;hb=HEAD" target= + "_top">git might be worth a try, too.

5.14. Why are binary files (such as images) corrupted @@ -310,7 +310,7 @@ Request: 66.70.21.80/scripts/click.php?hid=a71b9f6504b0c5681fa5&si=Ua

5.16. Why do I keep seeing "PrivoxyWindowOpen()" in raw source code?

Privoxy is attempting to disable malicious Javascript in this case, with the Javascript in this case, with the unsolicited-popups filter. Privoxy cannot tell very well "good" code snippets from "bad" code snippets.

If you see this in HTML source, and the page displays without problems, then this is good, and likely some @@ -392,6 +392,8 @@ Request: 66.70.21.80/scripts/click.php?hid=a71b9f6504b0c5681fa5&si=Ua "QUOTE">"Preferences", click the "Settings" button located on the "Network" tab in the "Advanced" section, and add "127.0.0.1:0" in the "No Proxy for:" field.

+

You can also prevent the problem by enabling https-inspection in which case Privoxy's error messages are delivered encrypted.

5.22. I get selinux error messages. How can I fix @@ -446,9 +448,9 @@ Request: 66.70.21.80/scripts/click.php?hid=a71b9f6504b0c5681fa5&si=Ua sufficient.

Unless the problem occurs with the filters available in the default configuration, this is not considered a Privoxy bug.

-

To prevent the crashes you can rewrite your filter to use less ressources, increase the relevant memory limit +

To prevent the crashes you can rewrite your filter to use less resources, increase the relevant memory limit or recompile pcre to use less stack space. For details please see the pcrestack man page and the documentation of + "https://pcre.org/original/doc/html/pcrestack.html" target="_top">pcrestack man page and the documentation of your operating system.