7a0ae38fadc5c0aaa5aba04ceb2e4cd0e23e90fa
[privoxy.git] / doc / webserver / faq / general.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
2 <HTML
3 ><HEAD
4 ><TITLE
5 >General Information</TITLE
6 ><META
7 NAME="GENERATOR"
8 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9 REL="HOME"
10 TITLE="Privoxy Frequently Asked Questions"
11 HREF="index.html"><LINK
12 REL="PREVIOUS"
13 TITLE="Privoxy Frequently Asked Questions"
14 HREF="index.html"><LINK
15 REL="NEXT"
16 TITLE="Installation"
17 HREF="installation.html"><LINK
18 REL="STYLESHEET"
19 TYPE="text/css"
20 HREF="../p_doc.css"><META
21 HTTP-EQUIV="Content-Type"
22 CONTENT="text/html;
23 charset=ISO-8859-1"></HEAD
24 ><BODY
25 CLASS="SECT1"
26 BGCOLOR="#EEEEEE"
27 TEXT="#000000"
28 LINK="#0000FF"
29 VLINK="#840084"
30 ALINK="#0000FF"
31 ><DIV
32 CLASS="NAVHEADER"
33 ><TABLE
34 SUMMARY="Header navigation table"
35 WIDTH="100%"
36 BORDER="0"
37 CELLPADDING="0"
38 CELLSPACING="0"
39 ><TR
40 ><TH
41 COLSPAN="3"
42 ALIGN="center"
43 >Privoxy Frequently Asked Questions</TH
44 ></TR
45 ><TR
46 ><TD
47 WIDTH="10%"
48 ALIGN="left"
49 VALIGN="bottom"
50 ><A
51 HREF="index.html"
52 ACCESSKEY="P"
53 >Prev</A
54 ></TD
55 ><TD
56 WIDTH="80%"
57 ALIGN="center"
58 VALIGN="bottom"
59 ></TD
60 ><TD
61 WIDTH="10%"
62 ALIGN="right"
63 VALIGN="bottom"
64 ><A
65 HREF="installation.html"
66 ACCESSKEY="N"
67 >Next</A
68 ></TD
69 ></TR
70 ></TABLE
71 ><HR
72 ALIGN="LEFT"
73 WIDTH="100%"></DIV
74 ><DIV
75 CLASS="SECT1"
76 ><H1
77 CLASS="SECT1"
78 ><A
79 NAME="GENERAL"
80 >1. General Information</A
81 ></H1
82 ><DIV
83 CLASS="SECT2"
84 ><H3
85 CLASS="SECT2"
86 ><A
87 NAME="WHO-USES"
88 >1.1. Who should give <SPAN
89 CLASS="APPLICATION"
90 >Privoxy</SPAN
91 > a try?</A
92 ></H3
93 ><P
94 >  Anyone who is interested in security, privacy, or in
95   finer-grained control over their web and Internet experience.
96  </P
97 ></DIV
98 ><DIV
99 CLASS="SECT2"
100 ><H3
101 CLASS="SECT2"
102 ><A
103 NAME="BESTCHOICE"
104 >1.2. Is Privoxy the best choice for
105 me?</A
106 ></H3
107 ><P
108 >  <SPAN
109 CLASS="APPLICATION"
110 >Privoxy</SPAN
111 > is certainly a good choice, especially for those who want more
112   control and security. Those with the willingness to read the documentation
113   and the ability to fine-tune their installation will benefit the most.
114  </P
115 ><P
116 >  One of <SPAN
117 CLASS="APPLICATION"
118 >Privoxy's</SPAN
119 >
120   strengths is that it is highly configurable giving you the ability to
121   completely personalize your installation. Being familiar with, or at least
122   having an interest in learning about <A
123 HREF="http://en.wikipedia.org/wiki/Http"
124 TARGET="_top"
125 >HTTP</A
126 > and other networking
127   protocols, <A
128 HREF="http://en.wikipedia.org/wiki/Html"
129 TARGET="_top"
130 >HTML</A
131 >, and
132   <A
133 HREF="http://en.wikipedia.org/wiki/Regular_expressions"
134 TARGET="_top"
135 ><SPAN
136 CLASS="QUOTE"
137 >"Regular
138   Expressions"</SPAN
139 ></A
140 >
141   will be a big plus and will help you get the most out of <SPAN
142 CLASS="APPLICATION"
143 >Privoxy</SPAN
144 >.
145   A new installation just includes a very basic configuration. The user
146   should take this as a starting point only, and enhance it as he or she
147   sees fit. In fact, the user is encouraged, and expected to, fine-tune the
148   configuration.
149  </P
150 ><P
151 >  Much of <SPAN
152 CLASS="APPLICATION"
153 >Privoxy's</SPAN
154 > configuration can be done
155   with a <A
156 HREF="http://en.wikipedia.org/wiki/Web_browser"
157 TARGET="_top"
158 >Web browser</A
159 >.
160   But there are areas where configuration is done using a
161   <A
162 HREF="http://en.wikipedia.org/wiki/Text_editors"
163 TARGET="_top"
164 >text editor</A
165 >
166   to edit configuration files. Also note that the web-based action editor
167   doesn't use authentication and should only be enabled in environments
168   where all clients with access to <SPAN
169 CLASS="APPLICATION"
170 >Privoxy</SPAN
171 > listening port can be trusted.
172   </P
173 ></DIV
174 ><DIV
175 CLASS="SECT2"
176 ><H3
177 CLASS="SECT2"
178 ><A
179 NAME="PROXYMORON"
180 >1.3. What is a <SPAN
181 CLASS="QUOTE"
182 >"proxy"</SPAN
183 >? How does
184 Privoxy work?</A
185 ></H3
186 ><P
187 >  A <A
188 HREF="http://en.wikipedia.org/wiki/Proxy_server"
189 TARGET="_top"
190 >web proxy</A
191 >
192   is a service, based on a software such as <SPAN
193 CLASS="APPLICATION"
194 >Privoxy</SPAN
195 >, that clients
196   (i.e. browsers) can use instead of connecting to web servers directly.
197   The clients then ask the proxy to request objects (web pages, images, movies etc)
198   on their behalf and to forward the data to the clients.
199   It is a <SPAN
200 CLASS="QUOTE"
201 >"go-between"</SPAN
202 >. For details, see
203   <A
204 HREF="http://en.wikipedia.org/wiki/Proxy_server"
205 TARGET="_top"
206 >Wikipedia's proxy definition</A
207 >.
208  </P
209 ><P
210 >  There are many reasons to use web proxies, such as security (firewalling),
211   efficiency (caching) and others, and there are any number of proxies
212   to accommodate those needs.
213  </P
214 ><P
215 >  <SPAN
216 CLASS="APPLICATION"
217 >Privoxy</SPAN
218 > is a proxy that is primarily focused on
219   privacy enhancement, ad and junk elimination and freeing the user from
220   restrictions placed on his activities. Sitting between your browser(s) and the Internet,
221   it is in a perfect position to filter outbound personal information that your
222   browser is leaking, as well as inbound junk. It uses a variety of techniques to do
223   this, all of which are under your complete control via the various configuration
224   files and options. Being a proxy also makes it easier to share
225   configurations among multiple browsers and/or users.
226  </P
227 ></DIV
228 ><DIV
229 CLASS="SECT2"
230 ><H3
231 CLASS="SECT2"
232 ><A
233 NAME="OTHERSTUFF"
234 >1.4. Does Privoxy do anything more than ad blocking?</A
235 ></H3
236 ><P
237 >  Yes, ad blocking is but one possible use. There are many, many ways <SPAN
238 CLASS="APPLICATION"
239 >Privoxy</SPAN
240 >
241   can be used to sanitize and customize web browsing.</P
242 ></DIV
243 ><DIV
244 CLASS="SECT2"
245 ><H3
246 CLASS="SECT2"
247 ><A
248 NAME="NEWJB"
249 >1.5. What is this new version of
250 <SPAN
251 CLASS="QUOTE"
252 >"Junkbuster"</SPAN
253 >?</A
254 ></H3
255 ><P
256 > A long time ago, there was the <SPAN
257 CLASS="APPLICATION"
258 >Internet Junkbuster</SPAN
259 >,
260  by Anonymous Coders and Junkbusters Corporation. This saved many users a lot of
261  pain in the early days of  web advertising and user tracking.</P
262 ><P
263 > But the web, its protocols and standards, and with it, the techniques for
264  forcing ads on users, give up autonomy over their browsing, and
265  for tracking them, keeps evolving. Unfortunately, the <SPAN
266 CLASS="APPLICATION"
267 >Internet
268  Junkbuster</SPAN
269 > did not. Version 2.0.2, published in 1998, was
270  the last official release, available from Junkbusters Corporation.
271  Fortunately, it had been released under the GNU
272  <A
273 HREF="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
274 TARGET="_top"
275 >GPL</A
276 >,
277  which allowed further development by others.</P
278 ><P
279 > So Stefan Waldherr started maintaining an improved version of the
280  software, to which eventually a number of people contributed patches.
281  It could already replace banners with a transparent image, and had a first
282  version of pop-up killing, but it was still very closely based on the
283  original, with all its limitations, such as the lack of HTTP/1.1 support,
284  flexible per-site configuration, or content modification. The last release
285  from this effort was version 2.0.2-10, published in 2000.</P
286 ><P
287 > Then, some
288  <A
289 HREF="https://www.privoxy.org/user-manual/copyright.html#AUTHORS"
290 TARGET="_top"
291 >developers</A
292 >
293  picked up the thread, and started turning the software inside out, upside down,
294  and then reassembled it, adding many
295  <A
296 HREF="https://www.privoxy.org/user-manual/introduction.html#FEATURES"
297 TARGET="_top"
298 >new
299  features</A
300 > along the way.</P
301 ><P
302 > The result of this is <SPAN
303 CLASS="APPLICATION"
304 >Privoxy</SPAN
305 >, whose first
306  stable version, 3.0, was released August, 2002.
307  </P
308 ><P
309 > As of 2012 the Junkbusters Corporation's website (http://www.junkbusters.com/)
310  has been shut down, but Privoxy is still actively maintained.</P
311 ></DIV
312 ><DIV
313 CLASS="SECT2"
314 ><H3
315 CLASS="SECT2"
316 ><A
317 NAME="WHYPRIVOXY"
318 >1.6. Why <SPAN
319 CLASS="QUOTE"
320 >"Privoxy"</SPAN
321 >? Why change the name from
322 Junkbuster at all?</A
323 ></H3
324 ><P
325 > Though outdated, Junkbusters Corporation continued to offer their original
326  version of the <SPAN
327 CLASS="APPLICATION"
328 >Internet Junkbuster</SPAN
329 > for a while,
330  so publishing our <SPAN
331 CLASS="APPLICATION"
332 > Junkbuster</SPAN
333 >-derived software
334  under the same name would have led to confusion.</P
335 ><P
336 > There were also potential legal reasons not to use the
337  <SPAN
338 CLASS="APPLICATION"
339 >Junkbuster</SPAN
340 > name, as it was (and maybe still is)
341  a registered trademark of Junkbusters Corporation.
342  There were, however, no objections from Junkbusters Corporation to the
343  <SPAN
344 CLASS="APPLICATION"
345 >Privoxy</SPAN
346 > project itself, and they, in fact,
347  shared our ideals and goals.</P
348 ><P
349 > The Privoxy developers also believed that there were so many improvements
350  over the original code, that it was time to make a clean break from the past
351  and make a name in their own right.</P
352 ><P
353 > <SPAN
354 CLASS="APPLICATION"
355 >Privoxy</SPAN
356 > is the
357  <SPAN
358 CLASS="QUOTE"
359 >"<SPAN
360 CLASS="emphasis"
361 ><I
362 CLASS="EMPHASIS"
363 >Privacy Enhancing Proxy</I
364 ></SPAN
365 >"</SPAN
366 >. Also, its content
367  modification and junk suppression gives <SPAN
368 CLASS="emphasis"
369 ><I
370 CLASS="EMPHASIS"
371 >you</I
372 ></SPAN
373 >, the user, more
374  control, more freedom, and allows you to browse your personal and
375  <SPAN
376 CLASS="QUOTE"
377 >"<SPAN
378 CLASS="emphasis"
379 ><I
380 CLASS="EMPHASIS"
381 >private</I
382 ></SPAN
383 > edition"</SPAN
384 > of the web.</P
385 ></DIV
386 ><DIV
387 CLASS="SECT2"
388 ><H3
389 CLASS="SECT2"
390 ><A
391 NAME="DIFFERS"
392 >1.7. How does Privoxy differ
393 from the old Junkbuster?</A
394 ></H3
395 ><P
396 > <SPAN
397 CLASS="APPLICATION"
398 >Privoxy</SPAN
399 > picks up where
400  <SPAN
401 CLASS="APPLICATION"
402 >Junkbuster</SPAN
403 > left off.
404  <SPAN
405 CLASS="APPLICATION"
406 >Privoxy</SPAN
407 > still blocks ads and banners,
408  still manages <A
409 HREF="http://en.wikipedia.org/wiki/Browser_cookie"
410 TARGET="_top"
411 >cookies</A
412 >, and still
413  helps protect your privacy. But, most of these features have been enhanced,
414  and many new ones have been added, all in the same vein.
415  </P
416 ><P
417 > <SPAN
418 CLASS="APPLICATION"
419 >Privoxy</SPAN
420 >'s new features include:</P
421 ><P
422 ></P
423 ><UL
424 ><LI
425 ><P
426 >     Supports "Connection: keep-alive". Outgoing connections can
427      be kept alive independently from the client.
428   </P
429 ></LI
430 ><LI
431 ><P
432 >     Supports IPv6, provided the operating system does so too,
433      and the configure script detects it.
434   </P
435 ></LI
436 ><LI
437 ><P
438 >     Supports tagging which allows to change the behaviour
439      based on client and server headers.
440   </P
441 ></LI
442 ><LI
443 ><P
444 >     Can be run as an "intercepting" proxy, which obviates the need to
445      configure browsers individually.
446   </P
447 ></LI
448 ><LI
449 ><P
450 >     Sophisticated actions and filters for manipulating both server and client
451      headers.
452    </P
453 ></LI
454 ><LI
455 ><P
456 >     Can be chained with other proxies.
457   </P
458 ></LI
459 ><LI
460 ><P
461 >   Integrated browser-based configuration and control utility at <A
462 HREF="http://config.privoxy.org/"
463 TARGET="_top"
464 >http://config.privoxy.org/</A
465 >
466    (shortcut: <A
467 HREF="http://p.p/"
468 TARGET="_top"
469 >http://p.p/</A
470 >). Browser-based
471    tracing of rule and filter effects. Remote toggling.
472   </P
473 ></LI
474 ><LI
475 ><P
476 >   Web page filtering (text replacements, removes banners based on size,
477    invisible <SPAN
478 CLASS="QUOTE"
479 >"web-bugs"</SPAN
480 > and HTML annoyances, etc.)
481   </P
482 ></LI
483 ><LI
484 ><P
485 >   Modularized configuration that allows for standard settings and
486    user settings to reside in separate files, so that installing updated
487    actions files won't overwrite individual user settings.
488   </P
489 ></LI
490 ><LI
491 ><P
492 >   Support for Perl Compatible Regular Expressions in the configuration files, and
493    a more sophisticated and flexible configuration syntax.
494   </P
495 ></LI
496 ><LI
497 ><P
498 >   GIF de-animation.
499   </P
500 ></LI
501 ><LI
502 ><P
503 >   Bypass many click-tracking scripts (avoids script redirection).
504   </P
505 ></LI
506 ><LI
507 ><P
508 >   User-customizable HTML templates for most proxy-generated pages (e.g. "blocked" page).
509   </P
510 ></LI
511 ><LI
512 ><P
513 >   Auto-detection and re-reading of config file changes.
514   </P
515 ></LI
516 ><LI
517 ><P
518 >   Most features are controllable on a per-site or per-location basis.
519   </P
520 ></LI
521 ><LI
522 ><P
523 >   Many smaller new features added, limitations and bugs removed.
524   </P
525 ></LI
526 ></UL
527 ></DIV
528 ><DIV
529 CLASS="SECT2"
530 ><H3
531 CLASS="SECT2"
532 ><A
533 NAME="WHATSANAD"
534 >1.8. How does Privoxy know what is an ad, and what is not?</A
535 ></H3
536 ><P
537 > <SPAN
538 CLASS="APPLICATION"
539 >Privoxy</SPAN
540 >'s approach to blocking ads is twofold:</P
541 ><P
542 > First, there are certain patterns in the <SPAN
543 CLASS="emphasis"
544 ><I
545 CLASS="EMPHASIS"
546 >locations</I
547 ></SPAN
548 > (URLs)
549  of banner images. This applies to both the path (you wouldn't guess how many
550  web sites serve their banners from a directory called <SPAN
551 CLASS="QUOTE"
552 >"banners"</SPAN
553 >!)
554  and the host (blocking the big banner hosting services like doublecklick.net
555  already helps a lot). <SPAN
556 CLASS="APPLICATION"
557 >Privoxy</SPAN
558 > takes advantage of this
559  fact by using <A
560 HREF="../user-manual/actions-file.html#AF-PATTERNS"
561 TARGET="_top"
562 >URL
563  patterns</A
564 > to sort out and block the requests for things that sound
565  like they would be ads or banners.</P
566 ><P
567 > Second, banners tend to come in certain <SPAN
568 CLASS="emphasis"
569 ><I
570 CLASS="EMPHASIS"
571 >sizes</I
572 ></SPAN
573 >. But you
574  can't tell the size of an image by its URL without downloading it, and if you
575  do, it's too late to save bandwidth. Therefore, <SPAN
576 CLASS="APPLICATION"
577 >Privoxy</SPAN
578 >
579  also inspects the HTML sources of web pages while they are loaded, and replaces
580  references to images with standard banner sizes by dummy references, so that
581  your browser doesn't request them anymore in the first place.</P
582 ><P
583 > Both of this involves a certain amount of guesswork and is, of course, freely
584  and readily configurable.</P
585 ></DIV
586 ><DIV
587 CLASS="SECT2"
588 ><H3
589 CLASS="SECT2"
590 ><A
591 NAME="MISTAKES"
592 >1.9. Can Privoxy make mistakes?
593 This does not sound very scientific.</A
594 ></H3
595 ><P
596 > Actually, it's a black art ;-) And yes, it is always possible to have a broad
597  rule accidentally block or change something by mistake. You will almost surely
598  run into such situations at some point. It is tricky writing rules to
599  cover every conceivable possibility, and not occasionally get false positives.</P
600 ><P
601 > But this should not be a big concern since the
602  <SPAN
603 CLASS="APPLICATION"
604 >Privoxy</SPAN
605 > configuration is very flexible, and
606  includes tools to help identify these types of situations so they can be
607  addressed as needed, allowing you to customize your installation.
608  (<A
609 HREF="trouble.html#BADSITE"
610 >See the Troubleshooting section below</A
611 >.)</P
612 ></DIV
613 ><DIV
614 CLASS="SECT2"
615 ><H3
616 CLASS="SECT2"
617 ><A
618 NAME="CONFIGORNOT"
619 >1.10. Will I have to configure Privoxy
620  before I can use it?</A
621 ></H3
622 ><P
623 > That depends on your expectations.
624  The default installation should give you a good starting
625  point, and block <SPAN
626 CLASS="emphasis"
627 ><I
628 CLASS="EMPHASIS"
629 >most</I
630 ></SPAN
631 > ads and unwanted content,
632  but many of the more advanced features are off by default, and require
633  you to activate them.</P
634 ><P
635 > You do have to set up your browser to use
636  <SPAN
637 CLASS="APPLICATION"
638 >Privoxy</SPAN
639 > (see the <A
640 HREF="installation.html#FIRSTSTEP"
641 >Installation section below</A
642 >).</P
643 ><P
644 > And you will certainly run into situations where there are false positives,
645  or ads not being blocked that you may not want to see. In these cases, you
646  would certainly benefit by customizing <SPAN
647 CLASS="APPLICATION"
648 >Privoxy's</SPAN
649 >
650  configuration to more closely match your individual situation. And we
651  encourage you to do this. This is where the real power of
652  <SPAN
653 CLASS="APPLICATION"
654 >Privoxy</SPAN
655 > lies!</P
656 ></DIV
657 ><DIV
658 CLASS="SECT2"
659 ><H3
660 CLASS="SECT2"
661 ><A
662 NAME="LAN"
663 >1.11. Can Privoxy run as a server on a network?</A
664 ></H3
665 ><P
666 >  Yes, <SPAN
667 CLASS="APPLICATION"
668 >Privoxy</SPAN
669 > runs as a server already, and can easily be configured to
670   <SPAN
671 CLASS="QUOTE"
672 >"serve"</SPAN
673 > more than one client. See <A
674 HREF="configuration.html#LANCONFIG"
675 >  How can I set up Privoxy to act as a proxy for my LAN</A
676 > below.</P
677 ></DIV
678 ><DIV
679 CLASS="SECT2"
680 ><H3
681 CLASS="SECT2"
682 ><A
683 NAME="BROWSERS2"
684 >1.12. My browser does the same things as
685 Privoxy. Why should I use Privoxy at all?</A
686 ></H3
687 ><P
688 >  Modern browsers do indeed have <SPAN
689 CLASS="emphasis"
690 ><I
691 CLASS="EMPHASIS"
692 >some</I
693 ></SPAN
694 > of the same
695   functionality as <SPAN
696 CLASS="APPLICATION"
697 >Privoxy</SPAN
698 >. Maybe this is
699   adequate for you. But <SPAN
700 CLASS="APPLICATION"
701 >Privoxy</SPAN
702 > is very
703   versatile and powerful, and can probably do a number of things
704   your browser just can't.
705  </P
706 ><P
707 >  In addition, a proxy is good choice if you use multiple browsers, or
708   have a LAN with multiple computers since <SPAN
709 CLASS="APPLICATION"
710 >Privoxy</SPAN
711 > can run as a server
712   application. This way all the configuration is in one place, and you don't
713   have to maintain a similar configuration for possibly many browsers or
714   users.
715  </P
716 ><P
717 >  Note, however, that it's recommended to leverage both your browser's
718   and <SPAN
719 CLASS="APPLICATION"
720 >Privoxy's</SPAN
721 > privacy enhancing features
722   at the same time. While your browser probably lacks some features
723   <SPAN
724 CLASS="APPLICATION"
725 >Privoxy</SPAN
726 > offers, it should also be able to do some things more
727   reliably, for example restricting and suppressing JavaScript.
728  </P
729 ></DIV
730 ><DIV
731 CLASS="SECT2"
732 ><H3
733 CLASS="SECT2"
734 ><A
735 NAME="WHYTRUST"
736 >1.13. Why should I trust Privoxy?</A
737 ></H3
738 ><P
739 >  The most important reason is because you have access to
740   <SPAN
741 CLASS="emphasis"
742 ><I
743 CLASS="EMPHASIS"
744 >everything</I
745 ></SPAN
746 >, and you can control everything. You can
747   check every line of every configuration file yourself. You can check every
748   last bit of source code should you desire. And even if you can't read code,
749   there should be some comfort in knowing that other people can,
750   and do read it. You can build the software from scratch, if you want,
751   so that you know the executable is clean, and that it is
752   <SPAN
753 CLASS="emphasis"
754 ><I
755 CLASS="EMPHASIS"
756 >yours</I
757 ></SPAN
758 >. In fact, we encourage this level of scrutiny. It
759   is one reason we use <SPAN
760 CLASS="APPLICATION"
761 >Privoxy</SPAN
762 > ourselves.
763  </P
764 ></DIV
765 ><DIV
766 CLASS="SECT2"
767 ><H3
768 CLASS="SECT2"
769 ><A
770 NAME="LICENSE"
771 >1.14. Is there is a license or fee? What about a
772 warranty? Registration?</A
773 ></H3
774 ><P
775 >  <SPAN
776 CLASS="APPLICATION"
777 >Privoxy</SPAN
778 > is free software and licensed under the <A
779 HREF="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
780 TARGET="_top"
781 >GNU General Public License (GPL) version 2</A
782 >.
783   It is free to use, copy, modify or distribute as you wish under the terms of this
784   license.  Please see the <A
785 HREF="copyright.html"
786 >Copyright</A
787 > section for more
788   information on the license and copyright. Or the <TT
789 CLASS="FILENAME"
790 >LICENSE</TT
791 > file
792   that should be included.
793  </P
794 ><P
795 >  There is <SPAN
796 CLASS="emphasis"
797 ><I
798 CLASS="EMPHASIS"
799 >no warranty</I
800 ></SPAN
801 > of any kind, expressed, implied or otherwise.
802   That is something that would cost real money ;-) There is no registration either.
803  </P
804 ></DIV
805 ><DIV
806 CLASS="SECT2"
807 ><H3
808 CLASS="SECT2"
809 ><A
810 NAME="SPYWARE"
811 >1.15. Can Privoxy remove spyware? Adware? Viruses?</A
812 ></H3
813 ><P
814 > No, at least not reliably enough to trust it. <SPAN
815 CLASS="APPLICATION"
816 >Privoxy</SPAN
817 > is not designed to be
818  a malware removal tool and the default configuration doesn't even try to
819  filter out any malware.</P
820 ><P
821 > <SPAN
822 CLASS="APPLICATION"
823 >Privoxy</SPAN
824 > could help prevent contact from (known) sites that use such
825  tactics with appropriate configuration rules, and thus could conceivably
826  prevent contamination from such sites. However, keeping such a configuration
827  up to date would require a lot of time and effort that would be better spend
828  on keeping your software itself up to date so it doesn't have known
829  vulnerabilities.</P
830 ></DIV
831 ><DIV
832 CLASS="SECT2"
833 ><H3
834 CLASS="SECT2"
835 ><A
836 NAME="OTHERADS"
837 >1.16. Can I use Privoxy with other ad-blocking software?</A
838 ></H3
839 ><P
840 > <SPAN
841 CLASS="APPLICATION"
842 >Privoxy</SPAN
843 > should work fine with other proxies and other software in general.</P
844 ><P
845 > But it is probably not necessary to use <SPAN
846 CLASS="APPLICATION"
847 >Privoxy</SPAN
848 > in conjunction with other
849  ad-blocking products, and this could conceivably cause undesirable results.
850  It might be better to choose one software or the other and work a little to
851  tweak its configuration to your liking.</P
852 ><P
853 > Note that this is an advice specific to ad blocking.</P
854 ></DIV
855 ><DIV
856 CLASS="SECT2"
857 ><H3
858 CLASS="SECT2"
859 ><A
860 NAME="HELP-THE-DEVELOPERS"
861 >1.17. I would like to help you, what can I do?</A
862 ></H3
863 ><DIV
864 CLASS="SECT3"
865 ><H4
866 CLASS="SECT3"
867 ><A
868 NAME="PARTICIPATE"
869 >1.17.1. Would you like to participate?</A
870 ></H4
871 ><P
872 >   Well, we <SPAN
873 CLASS="emphasis"
874 ><I
875 CLASS="EMPHASIS"
876 >always</I
877 ></SPAN
878 > need help. There is something for
879    everybody who wants to help us. We welcome new developers, packagers,
880    testers, documentation writers or really anyone with a desire to help in
881    any way. You <SPAN
882 CLASS="emphasis"
883 ><I
884 CLASS="EMPHASIS"
885 >DO NOT</I
886 ></SPAN
887 > need to be a
888    <SPAN
889 CLASS="QUOTE"
890 >"programmer"</SPAN
891 >. There are many other tasks available. In fact,
892    the programmers often can't spend as much time programming because of some
893    of the other, more mundane things that need to be done, like checking the
894    Tracker feedback sections or responding to user questions on the mailing
895    lists.
896  </P
897 ><P
898 >  So first thing, subscribe to the <A
899 HREF="https://lists.privoxy.org/mailman/listinfo/privoxy-users"
900 TARGET="_top"
901 >Privoxy Users</A
902 >
903   or the <A
904 HREF="https://lists.privoxy.org/mailman/listinfo/privoxy-devel"
905 TARGET="_top"
906 >Privoxy
907   Developers</A
908 > mailing list, join the discussion, help out other users, provide general
909   feedback or report problems you noticed.
910  </P
911 ><P
912 >  If you intend to help out with the trackers, you also might want to <A
913 HREF="https://sourceforge.net/user/registration"
914 TARGET="_top"
915 >get an account on SourceForge.net</A
916 >
917    so we don't confuse you with the other name-less users.
918  </P
919 ><P
920 >   We also have a <A
921 HREF="../developer-manual/index.html"
922 TARGET="_top"
923 >Developer's Manual</A
924 >.
925    While it is partly out of date, it's still worth reading.</P
926 ><P
927 >   Our <A
928 HREF="http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO?view=markup"
929 TARGET="_top"
930 >TODO list</A
931 >
932    may be of interest to you as well.
933    Please let us know if you want to work on one of the items listed.</P
934 ></DIV
935 ><DIV
936 CLASS="SECT3"
937 ><H4
938 CLASS="SECT3"
939 ><A
940 NAME="DONATE"
941 >1.17.2. Would you like to donate?</A
942 ></H4
943 ><P
944 > Donations are welcome. Our
945  <A
946 HREF="http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO?view=markup"
947 TARGET="_top"
948 >TODO list</A
949 >
950  is rather long and being able to pay one (or more) developers to work on Privoxy
951  would make a huge difference, even if it was only for a couple of weeks. Donations may
952  also be used for Privoxy-related travel expenses (for example to attend conferences),
953  for hardware used for Privoxy development and for hosting expenses etc.</P
954 ><P
955 > <SPAN
956 CLASS="APPLICATION"
957 >Privoxy</SPAN
958 > is an associated
959  project of <A
960 HREF="https://www.spi-inc.org/"
961 TARGET="_top"
962 >Software
963  in the Public Interest (SPI)</A
964 >, which allows us to receive
965  tax-deductible donations in the United States.
966  You can <A
967 HREF="https://www.spi-inc.org/projects/privoxy/"
968 TARGET="_top"
969 >donate via Paypal</A
970 >
971  and <A
972 HREF="https://co.clickandpledge.com/advanced/default.aspx?wid=34115"
973 TARGET="_top"
974 >Click &#38; Pledge</A
975 >.
976  For details, please have a look at
977  <A
978 HREF="https://www.spi-inc.org/donations"
979 TARGET="_top"
980 >SPI's general donation page</A
981 >.</P
982 ><P
983 > You can also donate to Privoxy using a bank account or a "Paypal" address:</P
984 ><P
985 CLASS="LITERALLAYOUT"
986 >&nbsp;Name&nbsp;on&nbsp;account:&nbsp;<A
987 HREF="https://www.zwiebelfreunde.de/"
988 TARGET="_top"
989 >Zwiebelfreunde e.V.</A
990 ><br>
991 &nbsp;IBAN:&nbsp;DE95430609671126825604<br>
992 &nbsp;BIC:&nbsp;GENODEM1GLS<br>
993 &nbsp;Bank:&nbsp;GLS&nbsp;Bank</P
994 ><P
995 CLASS="LITERALLAYOUT"
996 >&nbsp;"Paypal"&nbsp;address:&nbsp;privoxy@zwiebelfreunde.de</P
997 ><P
998 > Donations made through Zwiebelfreunde e.V. are tax-deductible in Germany
999  and other countries that recognize German charitable clubs. Feel free to
1000  use the Subject field to provide a name to be credited and a list of TODO
1001  list items you are interested in the most. For example: Max Mustermann: #16, #1, #14.</P
1002 ><P
1003 > Note that donations made through Zwiebelfreunde e.V. currently can't be checked
1004  automatically so you may not get credited right away. The credits currently
1005  reflect donations received before 2016-01-14.</P
1006 ><P
1007 > If you have any questions regarding donations please mail to either the
1008  public user mailing list or, if it's a private matter, to
1009  <A
1010 HREF="mailto:fk@fabiankeil.de"
1011 TARGET="_top"
1012 >Fabian Keil</A
1013 > (Privoxy's SPI liaison)
1014  directly.</P
1015 ></DIV
1016 ></DIV
1017 ><DIV
1018 CLASS="SECT2"
1019 ><H2
1020 CLASS="SECT2"
1021 ><A
1022 NAME="SPONSOR"
1023 >1.18. How can I become a sponsor and get my logo or link on privoxy.org?</A
1024 ></H2
1025 ><P
1026 > We are currently offering the following sponsor levels as an experiment:</P
1027 ><P
1028 ></P
1029 ><DIV
1030 CLASS="VARIABLELIST"
1031 ><DL
1032 ><DT
1033 >Gold (10000 EUR/year)</DT
1034 ><DD
1035 ><P
1036 >    Logo shown at the bottom of the
1037     <A
1038 HREF="https://www.privoxy.org/"
1039 TARGET="_top"
1040 >Privoxy homepage</A
1041 >.
1042     Logo, link and self description on the
1043     <A
1044 HREF="https://www.privoxy.org/sponsors/"
1045 TARGET="_top"
1046 >sponsor page</A
1047 >.
1048    </P
1049 ></DD
1050 ><DT
1051 >Silver (1000 EUR/year)</DT
1052 ><DD
1053 ><P
1054 >    Logo shown randomly at the bottom of the
1055     <A
1056 HREF="https://www.privoxy.org/"
1057 TARGET="_top"
1058 >Privoxy homepage</A
1059 >.
1060     Logo, link and self description on the
1061     <A
1062 HREF="https://www.privoxy.org/sponsors/"
1063 TARGET="_top"
1064 >sponsor page</A
1065 >.
1066    </P
1067 ></DD
1068 ><DT
1069 >Bronze (500 EUR/year)</DT
1070 ><DD
1071 ><P
1072 >    Logo and link on the <A
1073 HREF="https://www.privoxy.org/sponsors/"
1074 TARGET="_top"
1075 >sponsor page</A
1076 >.
1077    </P
1078 ></DD
1079 ></DL
1080 ></DIV
1081 ><P
1082 > The logo sizes depend on the sponsor level. Logos are served from
1083  our server, no requests are made to the sponsor website unless
1084  the links are being used.</P
1085 ><P
1086 > The details may change over time but changes will only affect new sponsors
1087  (or existing sponsors that explicitly agreed to the changes).</P
1088 ><P
1089 > If you want to become a sponsor, please contact
1090  <A
1091 HREF="mailto:fk@fabiankeil.de"
1092 TARGET="_top"
1093 >Fabian Keil</A
1094 >.
1095  New sponsors are only accepted if no developer objects.</P
1096 ></DIV
1097 ></DIV
1098 ><DIV
1099 CLASS="NAVFOOTER"
1100 ><HR
1101 ALIGN="LEFT"
1102 WIDTH="100%"><TABLE
1103 SUMMARY="Footer navigation table"
1104 WIDTH="100%"
1105 BORDER="0"
1106 CELLPADDING="0"
1107 CELLSPACING="0"
1108 ><TR
1109 ><TD
1110 WIDTH="33%"
1111 ALIGN="left"
1112 VALIGN="top"
1113 ><A
1114 HREF="index.html"
1115 ACCESSKEY="P"
1116 >Prev</A
1117 ></TD
1118 ><TD
1119 WIDTH="34%"
1120 ALIGN="center"
1121 VALIGN="top"
1122 ><A
1123 HREF="index.html"
1124 ACCESSKEY="H"
1125 >Home</A
1126 ></TD
1127 ><TD
1128 WIDTH="33%"
1129 ALIGN="right"
1130 VALIGN="top"
1131 ><A
1132 HREF="installation.html"
1133 ACCESSKEY="N"
1134 >Next</A
1135 ></TD
1136 ></TR
1137 ><TR
1138 ><TD
1139 WIDTH="33%"
1140 ALIGN="left"
1141 VALIGN="top"
1142 >Privoxy Frequently Asked Questions</TD
1143 ><TD
1144 WIDTH="34%"
1145 ALIGN="center"
1146 VALIGN="top"
1147 >&nbsp;</TD
1148 ><TD
1149 WIDTH="33%"
1150 ALIGN="right"
1151 VALIGN="top"
1152 >Installation</TD
1153 ></TR
1154 ></TABLE
1155 ></DIV
1156 ></BODY
1157 ></HTML
1158 >