X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40FILTER?a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=cbe5dbd88a737923f9fa9333bca9a7cc0f9ffbf1;hb=216e722b6a442c96ddb5f1db90552764b079b115;hp=22a5196dc1f0f6aa8082273b7ee45cc0fec3d98b;hpb=f3a37c457380fc507715cdce112786db4b97c337;p=privoxy.git diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 22a5196d..cbe5dbd8 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -9,14 +9,15 @@ - - - + + + + Privoxy"> ]> - Copyright &my-copy; 2001-2008 by + Copyright &my-copy; 2001-2009 by Privoxy Developers -$Id: faq.sgml,v 2.46 2008/08/30 15:37:35 fabiankeil Exp $ +$Id: faq.sgml,v 2.56 2009/02/19 17:05:05 fabiankeil Exp $ @@ -2511,6 +2535,7 @@ every time I start IE. What gives? + I get a completely blank page at one site. <quote>View Source</quote> shows only: <markup><![CDATA[<html><body></body></html>]]></markup>. Without @@ -2557,7 +2582,7 @@ Why? some platforms due to DNS timeouts. - This can be caused by a problem with the local HOSTS + This can be caused by a problem with the local hosts file. If this file has been changed from the original, try reverting it to see if that helps. Make sure whatever name(s) are used for the local system, that they resolve both ways. @@ -2742,6 +2767,97 @@ browsing has slowed to a crawl. What gives? + +On some HTTPS sites my browser warns me about unauthenticated content, + the URL bar doesn't get highlighted and the lock symbol appears to be broken. + What's going on? + + Probably the browser is requesting ads through HTTPS and &my-app; + is blocking the requests. Privoxy's error messages are delivered + unencrypted and while it's obvious for the browser that the HTTPS + request is already blocked by the proxy, some warn about unauthenticated + content anyway. + + + To work around the problem you can redirect those requests to an invalid + local address instead of blocking them. While the redirects aren't + encrypted either, many browsers don't care. They simply follow the + redirect, fail to reach a server and display an error message instead + of the ad. + + + To do that, enable logging to figure out which requests get blocked by + &my-app; and add the hosts (no path patterns) to a section like this: + + + + + + + + Additionally you have to configure your browser to contact + 127.0.0.1:0 directly (instead of through &my-app;). + + + To add a proxy exception in Mozilla Firefox + open the 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. + + + + + +I get selinux error messages. How can I fix this? + + Please report the problem to the creator of your selinux policies. + + + The problem is that some selinux policy writers aren't familiar + with the application they are trying to secure and + thus create policies that make no sense. + + + In Privoxy's case the problem usually + is that the policy only allows outgoing connections for certain + destination ports (e.g. 80 and 443). While this may cover the + standard ports, websites occasionally use other ports as well. + This isn't a security problem and therefore Privoxy's + default configuration doesn't block these requests. + + + If you really want to block these ports (and don't be able + to load websites that don't use standard ports), you should + configure Privoxy to block these ports as well, so it doesn't + trigger the selinux warnings. + + + + + +I compiled &my-app; with Gentoo's portage and it appears to be very slow. Why? + + Probably you unintentionally compiled &my-app; without threading support + in which case requests have to be serialized and only one can be served + at the same time. + + + Check your USE flags and make sure they include + threads. If they don't, add the flag and rebuild &my-app;. + + + If you compiled &my-app; with threading support (on POSIX-based systems), + the Conditional #defines section on http://config.privoxy.org/show-status + will list FEATURE_PTHREAD as enabled. + + + + @@ -2820,6 +2936,40 @@ browsing has slowed to a crawl. What gives? 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA $Log: faq.sgml,v $ +Revision 2.56 2009/02/19 17:05:05 fabiankeil +Explain slowness when build with Gentoo's portage. + +Revision 2.55 2009/02/19 02:20:21 hal9 +Make some links in seealso conditional. Man page is now privoxy only links. + +Revision 2.54 2009/02/15 20:47:12 hal9 +Fix small typo. + +Revision 2.53 2009/02/15 20:46:13 hal9 +Update Outlook HTML rendering engine comments re: Office 2007. + +Revision 2.52 2009/02/14 10:27:52 fabiankeil +Finish last paragraph in the selinux entry which +I unintentionally committed with the last commit. + +Revision 2.51 2009/02/12 16:08:26 fabiankeil +Declare the code stable. + +Revision 2.50 2009/02/11 18:13:36 fabiankeil +State the obvious. + +Revision 2.49 2009/02/10 16:30:20 fabiankeil +Add a workaround for "unauthenticated content" warnings on HTTPS sites. + +Revision 2.48 2009/01/13 16:50:35 fabiankeil +The standard.action file is gone. + +Revision 2.47 2008/11/24 18:29:39 fabiankeil +Two changes suggested by Roger Dingledine: +- Use https://www.torproject.org/ in section 4.7, too. +- Replace the Tor wiki URL in section 4.10 with one + with a more useful anchor name. + Revision 2.46 2008/08/30 15:37:35 fabiankeil Update entities.