X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Ffaq.sgml;h=121093c3ac6b908ddd1665e93d08785c106e64f0;hp=773d9fe042872e85ea219e9c2188d35cda395f77;hb=add1a730019a120338cff7c5a6a2fa87d5a05eb5;hpb=22ef5ce5999f25ac2ccad83572d40860d8f07ca7 diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 773d9fe0..121093c3 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -1341,7 +1341,8 @@ and thus avoid individual browser configuration? amount of guesswork. It is not realistic to catch all of these short of disabling Javascript, which would break many sites. And lastly, if the cookies are embedded in a HTTPS/SSL secure session via Javascript, they are beyond - Privoxy's reach. + Privoxy's reach unless you enable + https-inspection. All in all, &my-app; can help manage cookies in general, can help minimize @@ -1996,9 +1997,17 @@ ads used to be. Why? How can Privoxy filter Secure (HTTPS) URLs? - Since secure HTTP connections are encrypted SSL sessions between your browser - and the secure site, and are meant to be reliably secure, - there is little that Privoxy can do but hand the raw + If you enable + https-inspection + Privoxy will impersonate the destination + server and can thus filter encrypted requests and responses as well. + + + Without + https-inspection + secure HTTP connections are encrypted SSL sessions between your + browser and the secure site, and there is little + that Privoxy can do but hand the raw gibberish data though from one end to the other unprocessed. @@ -2034,8 +2043,9 @@ ads used to be. Why? for HTTPS. - Adding HTTP/2 support is on the TODO list but currently - nobody is known to work on it. + Adding HTTP/2 support is on the + TODO + list but currently nobody is known to work on it.