X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=4491c3af947d73d03288602970f4a7d9a98fb483;hp=57bde0b9e090c6a8533ffdd4720a620936b11455;hb=627b4b9cf5058d90ce1ca4c2cde2971fdcdc570c;hpb=d550949b6ec37b0771736e20b6317adfbfc15827 diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 57bde0b9..4491c3af 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.45 2008/08/16 08:51:28 fabiankeil Exp $ +$Id: faq.sgml,v 2.54 2009/02/15 20:47:12 hal9 Exp $ @@ -1655,7 +1662,7 @@ us help you. Your efforts are not wasted, and we do appreciate them. If you want to hide your IP address from most adversaries, you should consider chaining Privoxy - with Tor. + with Tor. The configuration details can be found in How do I use Privoxy together with Tor section @@ -1800,7 +1807,7 @@ us help you. Your efforts are not wasted, and we do appreciate them. in your browser, confirm that Privoxy has reloaded its configuration and that there are no other forward lines, unless you know that you need them. If everything looks good, refer to - Tor + Tor Faq 4.2 to learn how to verify that you are really using Tor. @@ -2511,6 +2518,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 +2565,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 +2750,77 @@ 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. + + + + @@ -2820,6 +2899,37 @@ browsing has slowed to a crawl. What gives? 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA $Log: faq.sgml,v $ +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. + Revision 2.45 2008/08/16 08:51:28 fabiankeil Update version-related entities.