Sync with sgml.
[privoxy.git] / doc / text / faq.txt
1 Privoxy Frequently Asked Questions
2
3 By: Privoxy Developers
4
5 $Id: faq.sgml,v 1.38 2002/04/02 03:49:10 hal9 Exp $
6
7 This FAQ gives users and developers alike answers to frequently asked questions
8 about Privoxy.
9
10 Privoxy is a web proxy with advanced filtering capabilities for protecting
11 privacy, filtering web page content, managing cookies, controlling access, and
12 removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a
13 very flexible configuration and can be customized to suit individual needs and
14 tastes. Privoxy has application for both stand-alone systems and multi-user
15 networks.
16
17 Privoxy is based on the code of the Internet Junkbuster. Junkbuster was
18 originally written by JunkBusters Corporation, and was released as free
19 open-source software under the GNU GPL. Stefan Waldherr made many improvements,
20 and started the SourceForge project to continue development.
21
22 Privoxy continues the Junkbuster tradition, but adds many refinements and
23 enhancements.
24
25 You can find the latest version of the document at http://www.privoxy.org/faq/.
26 Please see the Contact section in the user-manual if you want to contact the
27 developers.
28
29 -------------------------------------------------------------------------------
30
31 Table of Contents
32  
33 1. General Information
34    
35     1.1. What is this new version of Privoxy?
36     1.2. Why "Privoxy"? Why a name change at all?
37     1.3. How does Privoxy differ from the old Junkbuster?
38     1.4. What are some of the new features?
39     1.5. What is a "proxy"? How does Privoxy work?
40     1.6. How does Privoxy know what is an ad, and what is not?
41     1.7. Can Privoxy make mistakes? This does not sound very scientific.
42     1.8. My browser does the same things as Privoxy. Why should I use Privoxy
43         at all?
44     1.9. Is there is a license or fee? What about a warranty? Registration?
45     1.10. I would like to help you, what do I do?
46        
47         1.10.1. Money Money Money
48         1.10.2. You want to work with us?
49        
50 2. Installation
51    
52     2.1. Which browsers are supported by Privoxy?
53     2.2. Which operating systems are supported?
54     2.3. Can I install Privoxy over Junkbuster?
55     2.4. I just installed Privoxy. Is there anything special I have to do now?
56     2.5. What is the proxy address of Privoxy?
57     2.6. I just installed Privoxy, and nothing is happening. All the ads are
58         there. What's wrong?
59    
60 3. Configuration
61    
62     3.1. Can I use my old config files?
63     3.2. What is an "actions" file?
64     3.3. The "actions"concept confuses me. Please list some of these "actions".
65     3.4. How are actions files configured? What is the easiest way to do this?
66     3.5. What are the differences between intermediate.action, basic.action,
67         etc.?
68     3.6. Why can I change the configuration with a browser? Does that not raise
69         security issues?
70     3.7. What is "default.filter"?
71     3.8. How can I set up Privoxy to act as a proxy for my LAN?
72     3.9. Instead of ads, now I get a checkerboard pattern. I don't want to see
73         anything.
74     3.10. Why would anybody want to see a checkerboard pattern?
75     3.11. I see large red banners on some pages that say "Blocked". Why and how
76         do I get rid of this?
77     3.12. I cannot see all of the "Blocked" page banner. All I see is a bright
78         red square.
79     3.13. How can I make Privoxy work with other proxies like Squid?
80    
81 4. Miscellaneous
82    
83     4.1. How much does Privoxy slow my browsing down? This has to add extra
84         time to browsing.
85     4.2. I noticed considerable delays in page requests compared to the old
86         Junkbuster. What's wrong?
87     4.3. What is the "http://p.p/"?
88     4.4. Do you still maintain the blocklists?
89     4.5. How can I submit new ads?
90     4.6. How can I hide my IP address?
91     4.7. Can Privoxy guarantee I am anonymous?
92     4.8. Might some things break because header information is being altered?
93     4.9. Can Privoxy act as a "caching" proxy to speed up web browsing?
94     4.10. What about as a firewall? Can Privoxy protect me?
95     4.11. The Privoxy logo that replaces ads is very blocky and ugly looking.
96         Can't a better font be used?
97     4.12. I have large empty spaces now where ads used to be. Why?
98     4.13. How can Privoxy filter Secure (HTTPS) URLs?
99     4.14. Privoxy runs as a "server". How secure is it? Do I need to take any
100         special precautions?
101     4.15. How can I temporarily disable Privoxy?
102     4.16. Where can I find more information about Privoxy and related issues?
103    
104 5. Troubleshooting
105    
106     5.1. I just upgraded and am getting "connection refused" with every web
107         page?
108     5.2. I just added a new rule, but the steenkin ad is still getting through.
109         How?
110     5.3. One of my favorite sites does not work with Privoxy. What can I do?
111     5.4. Where can I get help? Report bugs? Feature Requests? Etc?
112     5.5. What time is it?
113    
114 -------------------------------------------------------------------------------
115
116 1. General Information
117
118 1.1. What is this new version of Privoxy?
119
120 The original Internet JunkbusterTM (tm) is a copyrighted product of Junkbusters
121 Corporation. Development of this effort stopped some time ago as of version
122 2.0.2. Stefan Waldherr started the ijbswa project on Sourceforge to rekindle
123 development. Other developers subsequently joined with Stefan, and have since
124 added many new features, refinements and enhancements. The result of this
125 effort is Privoxy.
126
127 Privoxy has evolved from the Junkbuster 2.0.2 code base, and has advanced
128 significantly at this point.
129
130 Please see the user-manual for more information on the history of Junkbuster
131 and Privoxy.
132
133 -------------------------------------------------------------------------------
134
135 1.2. Why "Privoxy"? Why a name change at all?
136
137 Privoxy is the "Privacy Enhancing Proxy".
138
139 There are possible legal complications from the continued use of the Junkbuster
140 name, which is a trademark of Junkbusters Corporation. (There are, however, no
141 objections from Junkbusters Corporation to the Privoxy project itself, and
142 they, in fact, still share our ideals and goals.)
143
144 The developers also believed that there so many changes from the original code,
145 that it was time to make a clean break from the past and make a name in their
146 own right, especially now with the pending release of version 3.0.
147
148 -------------------------------------------------------------------------------
149
150 1.3. How does Privoxy differ from the old Junkbuster?
151
152 Privoxy picks up where Junkbuster left off. All the old features remain. The
153 new Privoxy still blocks ads and banners, still manages cookies, and still
154 helps protect your privacy. But, these are all enhanced, and many new features
155 have been added, all in the same vein.
156
157 The configuration has changed significantly as well. This is something that
158 users will notice right off the bat. The "blocklist" file does not exist any
159 more. This is replaced by "actions" files, such as default.actions. This is
160 where most of the per site configuration is now.
161
162 -------------------------------------------------------------------------------
163
164 1.4. What are some of the new features?
165
166   * Integrated browser based configuration and control utility (http://p.p).
167     Browser-based tracing of rule and filter effects.
168    
169   * Blocking of annoying pop-up browser windows.
170    
171   * HTTP/1.1 compliant (most, but not all 1.1 features are supported).
172    
173   * Support for Perl Compatible Regular Expressions in the configuration files,
174     and generally a more sophisticated and flexible configuration syntax over
175     previous versions.
176    
177   * GIF de-animation.
178    
179   * Web page content filtering (removes banners based on size, invisible
180     "web-bugs", JavaScript, pop-ups, status bar abuse, etc.)
181    
182   * Bypass many click-tracking scripts (avoids script redirection).
183    
184   * Multi-threaded (POSIX and native threads).
185    
186   * Auto-detection and re-reading of config file changes.
187    
188   * User-customizable HTML templates (e.g. 404 error page).
189    
190   * Improved cookie management features (e.g. session based cookies).
191    
192   * Improved signal handling, and a true daemon mode (Unix).
193    
194   * Builds from source on most UNIX-like systems. Packages available for: Linux
195     (RedHat, SuSE, or Debian), Windows, Sun Solaris, Mac OSX, OS/2, HP-UX 11
196     and AmigaOS.
197    
198   * In addition, the configuration is much more powerful and versatile
199     over-all.
200    
201 -------------------------------------------------------------------------------
202
203 1.5. What is a "proxy"? How does Privoxy work?
204
205 When you connect to a web site with Privoxy, you are really connecting to your
206 locally running version of Privoxy. Privoxy intercepts your requests for the
207 web page, and relays that to the "real" web site. The web site sends the HTTP
208 data stream back to Privoxy, where Privoxy can work its magic before it relays
209 this data back to your web browser.
210
211 Since Privoxy sits between you and the WWW, it is in a position to intercept
212 and completely manage all web traffic and HTTP content before it gets to your
213 browser. Privoxy uses various programming methods to do this, all of which is
214 under your control via the various configuration files and options.
215
216 There are many kinds of proxies. Privoxy best fits the "filtering proxy"
217 category.
218
219 -------------------------------------------------------------------------------
220
221 1.6. How does Privoxy know what is an ad, and what is not?
222
223 Privoxy processes all the raw content of every web page. So it reads everything
224 on each page. It then compares this to the rules as set up in the configuration
225 files, and looks for any matches to these rules. Privoxy makes heavy use of
226 "regular expressions". (If you are not familiar with regular expressions, it is
227 explained briefly in the user manual.) Regular expressions facilitate matching
228 of one text string against another, using wildcards to build complex patterns.
229 So Privoxy will typically look for URLs and other content that match certain
230 key words and expressions as defined in the configuration files. For instance a
231 URL that contains "/banners", has a high probability of containing ad banners,
232 and thus would be a prime candidate to have a matching rule.
233
234 So Privoxy will look for these kinds of obvious looking culprits. And also,
235 will use lists of known organizations that specialize in ads. Again, using
236 complex patterns to match as many potential combinations as possible since
237 there tend to be many, many variations used by advertisers, and new ones are
238 being introduced all the time.
239
240 -------------------------------------------------------------------------------
241
242 1.7. Can Privoxy make mistakes? This does not sound very scientific.
243
244 Actually, it's a black art ;-) And yes, it is always possible to have a broad
245 rule accidentally block something by mistake. There is a good chance you may
246 run into such a situation at some point. It is tricky writing rules to cover
247 every conceivable possibility, and not occasionally get false positives.
248
249 But this should not be a big concern since the Privoxy configuration is very
250 flexible, and includes tools to help identify these types of situations so they
251 can be addressed as needed, allowing you to customize your installation. (See
252 the appendix below.)
253
254 -------------------------------------------------------------------------------
255
256 1.8. My browser does the same things as Privoxy. Why should I use Privoxy at
257 all?
258
259 Modern browsers do indeed have some of the same functionality as Privoxy. Maybe
260 this is adequate for you. But Privoxy is much more versatile and powerful, and
261 can do a number of things that browsers just can't.
262
263 In addition, a proxy is good choice if you use multiple browsers, or have a LAN
264 with multiple computers. This way all the configuration is in one place, and
265 you don't have to maintain a similar configuration for possibly many browsers.
266
267 -------------------------------------------------------------------------------
268
269 1.9. Is there is a license or fee? What about a warranty? Registration?
270
271 Privoxy is licensed under the GNU General Public License (GPL). It is free to
272 use, copy, modify or distribute as you wish under the terms of this license.
273 Please see the user-manual for more information on the license and copyright.
274
275 There is no warranty of any kind, expressed, implied or otherwise. That is
276 something that would cost real money ;-) There is no registration either.
277 Privoxy really is free in every respect!
278
279 -------------------------------------------------------------------------------
280
281 1.10. I would like to help you, what do I do?
282
283 1.10.1. Money Money Money
284
285 We, of course, welcome donations and use the money for domain registering,
286 regular world-wide get-togethers (hahaha). Anyway, we'll soon describe the
287 process how to donate money to the team.
288
289 -------------------------------------------------------------------------------
290
291 1.10.2. You want to work with us?
292
293 Well, helping the team is always a good idea. We welcome new developers, RPM
294 gurus or documentation makers. Simply get an account on sourceforge.net and
295 mail your id to the developer mailing list. Then read the section Quickstart in
296 the Developer's Manual.
297
298 Once we have added you to the team, you'll have write access to the CVS
299 repository, and together we'll find a suitable task for you.
300
301 -------------------------------------------------------------------------------
302
303 2. Installation
304
305 2.1. Which browsers are supported by Privoxy?
306
307 Any browser that can be configured to use a "proxy", which should be virtually
308 all browsers. Direct browser support is not necessary since Privoxy runs as a
309 separate application and just exchanges standard HTML data with your browser,
310 just like a web server does.
311
312 -------------------------------------------------------------------------------
313
314 2.2. Which operating systems are supported?
315
316 At present, Privoxy is known to run on Win32, Mac OSX, OS/2, AmigaOS, Linux,
317 and many flavors of Unix. There are releases for these available for download
318 at http://sourceforge.net/project/showfiles.php?group_id=11118.
319
320 But any operating system that runs TCP/IP, can conceivably take advantage of
321 Privoxy in a networked situation where Privoxy would run as a server on a LAN
322 gateway. Then only the "gateway" needs to be running one of the above operating
323 systems.
324
325 Source code is freely available, so porting to other operating systems, is
326 always a possibility.
327
328 -------------------------------------------------------------------------------
329
330 2.3. Can I install Privoxy over Junkbuster?
331
332 We recommend you uninstall Junkbuster first to minimize conflicts and
333 confusion. You may want to save your old configuration files for future
334 reference. The configuration is substantially changed.
335
336 See the user-manual for platform specific installation instructions. [FIXME:
337 This is meant for after the name change for 3.0!]
338
339 Note: Some installers may automatically uninstall Junkbuster, if present!
340
341 -------------------------------------------------------------------------------
342
343 2.4. I just installed Privoxy. Is there anything special I have to do now?
344
345 All browsers must be told to use Privoxy as a proxy by specifying the correct
346 proxy address and port number in the appropriate configuration area for the
347 browser. See below. Also, you should flush your browser's memory and disk cache
348 to get rid of any cached items. 
349
350 -------------------------------------------------------------------------------
351
352 2.5. What is the proxy address of Privoxy?
353
354 If you set up the Privoxy to run on the computer you browse from (rather than
355 your ISP's server or some networked computer on a LAN), the proxy will be on
356 "localhost" (which is the special name used by every computer on the Internet
357 to refer to itself) and the port will be 8118 (unless you have Privoxy to run
358 on a different port with the listen-address config option).
359
360 When configuring your browser's proxy settings you typically enter the word
361 "localhost" in the boxes next to "HTTP" and "Secure" (HTTPS) and then the
362 number "8118" for "port". This tells your browser to send all web requests to
363 Privoxy instead of directly to the Internet.
364
365 Privoxy can also be used to proxy for a Local Area Network. In this case, your
366 would enter either the IP address of the LAN host where Privoxy is running, or
367 the equivalent hostname. Port assignment would be same as above.
368
369 Privoxy does not currently handle protocols such as FTP, SMTP, IM, IRC, ICQ, or
370 other Internet protocols.
371
372 -------------------------------------------------------------------------------
373
374 2.6. I just installed Privoxy, and nothing is happening. All the ads are there.
375 What's wrong?
376
377 Did you configure your browser to use Privoxy as a proxy? It does not sound
378 like it. See above. You might also try flushing the browser's caches to force a
379 full re-reading of pages. You can verify that Privoxy is running, and your
380 browser is correctly configured by entering the special URL: http://p.p/. This
381 should give you a banner that says "This is Privoxy" and access to Privoxy's
382 internal configuration. If you see this, then you are good to go. If not, the
383 browser or Privoxy are not set up correctly. 
384
385 -------------------------------------------------------------------------------
386
387 3. Configuration
388
389 3.1. Can I use my old config files?
390
391 There are major changes to Junkbuster, Privoxy, configuration from version
392 2.0.x to 2.9.x and later. Most of the older files will not work at all. This is
393 especially true of blocklist. If this is the case, you will need to re-enter
394 your old data into the new configuration structure. This is probably also a
395 good recommendation even if upgrading from 2.9.x to 3.x since there were many
396 minor changes along the way.
397
398 -------------------------------------------------------------------------------
399
400 3.2. What is an "actions" file?
401
402 "actions" files are where various actions that Privoxy might take, are
403 configured. Typically, you would define a set of default actions that apply to
404 all URLs, then add exceptions to these defaults.
405
406 Actions can be defined on a per site basis, or for groups of sites. Actions can
407 also be grouped together and then applied to one or more sites. There are many
408 possible actions that might apply to any given site. As an example, if we are
409 blocking cookies as one of our default actions, but need to accept cookies from
410 a given site, we would define this in our "actions" file. 
411
412 Privoxy comes with several default actions files, with varying degrees of
413 filtering and blocking, as starting points for your own configuration (see
414 below).
415
416 -------------------------------------------------------------------------------
417
418 3.3. The "actions"concept confuses me. Please list some of these "actions".
419
420 These are all explained in the user-manual. Please refer to that.
421
422 -------------------------------------------------------------------------------
423
424 3.4. How are actions files configured? What is the easiest way to do this?
425
426 The easiest way to do this, is to access Privoxy with your web browser at http:
427 //p.p/, and then select "Edit the actions list" from the selection list. You
428 can also do this by editing the appropriate file with a text editor.
429
430 Please see the user-manual for a detailed explanation of these and other
431 configuration files, and their various options and syntax.
432
433 -------------------------------------------------------------------------------
434
435 3.5. What are the differences between intermediate.action, basic.action, etc.?
436
437 Configuring Privoxy is not easy. To help you get started, we provide you with
438 three different default configurations. The following table shows you, which
439 features are enabled in each configuration.
440
441 Table 1. Default Configurations
442
443 +--------------------------------------------------------------------------------------+
444 |Feature             |default.action|basic.action  |intermediate.action|advanced.action|
445 |--------------------+--------------+--------------+-------------------+---------------|
446 |ad-filtering        |?             |x             |x                  |x              |
447 |--------------------+--------------+--------------+-------------------+---------------|
448 |blank image         |?             |x             |x                  |x              |
449 |--------------------+--------------+--------------+-------------------+---------------|
450 |de-animate GIFs     |?             |x             |x                  |x              |
451 |--------------------+--------------+--------------+-------------------+---------------|
452 |referer forging     |?             |x             |x                  |x              |
453 |--------------------+--------------+--------------+-------------------+---------------|
454 |jon's               |?             |x             |x                  |x              |
455 |+no-cookies-keep    |              |              |                   |               |
456 |(i.e. session       |              |              |                   |               |
457 |cookies only)       |              |              |                   |               |
458 |--------------------+--------------+--------------+-------------------+---------------|
459 |no-popup windows    |?             |              |x                  |x              |
460 |--------------------+--------------+--------------+-------------------+---------------|
461 |fast redirects      |?             |              |x                  |x              |
462 |--------------------+--------------+--------------+-------------------+---------------|
463 |hide-referrer       |?             |              |x                  |x              |
464 |--------------------+--------------+--------------+-------------------+---------------|
465 |hide-useragent      |?             |              |x                  |x              |
466 |--------------------+--------------+--------------+-------------------+---------------|
467 |content-modification|?             |              |                   |x              |
468 |--------------------+--------------+--------------+-------------------+---------------|
469 |feature-x           |?             |              |                   |               |
470 |--------------------+--------------+--------------+-------------------+---------------|
471 |feature-y           |?             |              |                   |               |
472 |--------------------+--------------+--------------+-------------------+---------------|
473 |feature-z           |?             |              |                   |               |
474 +--------------------------------------------------------------------------------------+
475
476 -------------------------------------------------------------------------------
477
478 3.6. Why can I change the configuration with a browser? Does that not raise
479 security issues?
480
481 What I don't understand, is how I can browser edit the config file as a regular
482 user, while the whole /etc/privoxy hierarchy belongs to the user "privoxy",
483 with only 644 perms.
484
485 When you use the browser-based editor, Privoxy itself is writing to the config
486 files. Because Privoxy is running as the user "privoxy", it can update the
487 config files.
488
489 If you don't like this, setting "enable-edit-actions 0" in the config file will
490 disable the browser-based editor. If you're that paranoid, you should also
491 consider setting "enable-remote-toggle 0" to prevent browser-based enabling/
492 disabling of Privoxy.
493
494 Note that normally only local users can connect to Privoxy, so this is not
495 (normally) a security problem.
496
497 -------------------------------------------------------------------------------
498
499 3.7. What is "default.filter"?
500
501 The "default.filter" file is used to "filter" any web page content. By
502 "filtering" we mean it can modify, remove, or change anything on the page,
503 including HTML tags, and JavaScript. Regular expressions are used to accomplish
504 this, and operate on a line by line basis. This is potentially a very powerful
505 feature, but requires some expertise.
506
507 If you are familiar with regular expressions, and HTML, you can look at the
508 provided default.filter with a text editor and see some of things it can be
509 used for.
510
511 Presently, there is no GUI editor option for this part of the configuration,
512 but you can disable/enable various sections of the included default file with
513 the "Actions List Editor" from your browser.
514
515 -------------------------------------------------------------------------------
516
517 3.8. How can I set up Privoxy to act as a proxy for my LAN?
518
519 By default, Privoxy only responds to requests from localhost. To have it act as
520 a server for a network, this needs to be changed in the main config file where
521 the Privoxy configuration is located. In that file is a "listen-address"
522 option. It may be commented out with a "#" symbol. Make sure it is uncommented,
523 and assign it the address of the LAN gateway interface, and port number to use:
524
525   listen-address  192.168.1.1:8118                                             
526                                                                                
527
528 Save the file, and restart Privoxy. Configure all browsers on the network then
529 to use this address and port number.
530
531 -------------------------------------------------------------------------------
532
533 3.9. Instead of ads, now I get a checkerboard pattern. I don't want to see
534 anything.
535
536 This is a configuration option for images that Privoxy is stopping. You have
537 the choice of a checkerboard pattern, a transparent 1x1 GIF image (aka
538 "blank"), or a custom URL of your choice. Note that to fit this category, the
539 URL must match both the "+image" and "+block" actions.
540
541 If you want to see nothing, then change the "+image-blocker" action to
542 "+image-blocker{blank}". This can be done from the "Edit Actions List"
543 selection at http://p.p/. Or by hand editing the appropriate actions file. This
544 will only effect what is defined as "images" though. Also, some URLs that
545 generate the bright red "Blocked" banner, can be moved to the "+image-blocker"
546 section for the same reason, but there are some limits and risks to this (see
547 below).
548
549 -------------------------------------------------------------------------------
550
551 3.10. Why would anybody want to see a checkerboard pattern?
552
553 This can be helpful for troubleshooting problems. It might also be good for
554 anyone new to Privoxy so that they can see if their favorite pages are
555 displaying correctly, and Privoxy is not inadvertently removing something
556 important.
557
558 -------------------------------------------------------------------------------
559
560 3.11. I see large red banners on some pages that say "Blocked". Why and how do
561 I get rid of this?
562
563 These are URLs that match something in one of Privoxy's block actions (+block).
564 It is meant to be a warning so that you know something has been blocked and an
565 easy way for you to see why. These are handled differently than what has been
566 defined explicitly as "images" (e.g. ad banners). Depending on the URL itself,
567 it is sometimes hard for Privoxy to really know whether there is indeed an ad
568 image there or not. And there are limitations as to what Privoxy can do to
569 "fool" the browser.
570
571 For instance, if the ad is in a frame, then it is embedded in the separate HTML
572 page used for the frame. In this case, you cannot just substitute an aribitray
573 image (like we would for a "blank" image), for an HTML page. The browser is
574 expecting an HTML page, and that is what it must have for frames. So this
575 situation can be a little trickier to deal with, and Privoxy will use the
576 "Blocked" page.
577
578 If you want these to be treated as if they were images, so that they can be
579 made invisible, you can try moving the offending URL from the "+block" section
580 to the "+imageblock" section of your actions file. Just be forewarned, if any
581 URL is made "invisible", you may not have any inkling that something has been
582 removed from that page, or why. If this approach does not work, then you are
583 probably dealing with a frame (or "ilayer"), and the only thing that can go
584 there is an HTML page of some sort.
585
586 To deal with this situation, you could modify the "block" HTML template that is
587 used by Privoxy to display this, and make it something more to your liking.
588 Currently, there is no configuration option for this. You will have to modify,
589 or create your own page, and use this to replace templates/blocked, which is
590 what Privoxy uses to display the "Blocked" page.
591
592 Another way to deal with this is find why and where Privoxy is blocking the
593 frame, and diable this. Then let the "+image-blocker" action handle the ad that
594 is embedded in the frame's HTML page.
595
596 -------------------------------------------------------------------------------
597
598 3.12. I cannot see all of the "Blocked" page banner. All I see is a bright red
599 square.
600
601 There is not enough space to fit the entire page. Try right clicking on the
602 visible, red portion, and select "Show Frame", or equivalent. This will usually
603 allow you to see the entire Privoxy "Blocked" page, and from there you can see
604 just what is being blocked, and why.
605
606 -------------------------------------------------------------------------------
607
608 3.13. How can I make Privoxy work with other proxies like Squid?
609
610 This can be done. See the user manual, which describes how to do this. 
611
612 -------------------------------------------------------------------------------
613
614 4. Miscellaneous
615
616 4.1. How much does Privoxy slow my browsing down? This has to add extra time to
617 browsing.
618
619 It should not slow you down any in real terms, and may actually help speed
620 things up since ads, banners and other junk are not being displayed. The actual
621 processing time required by Privoxy itself for each page, is relatively small
622 in the overall scheme of things, and happens very quickly. This is typically
623 more than offset by time saved not downloading and rendering ad images.
624
625 "Filtering" via the filterfile mechanism may cause a perceived slowdown, since
626 the entire page is buffered before displaying. See below.
627
628 -------------------------------------------------------------------------------
629
630 4.2. I noticed considerable delays in page requests compared to the old
631 Junkbuster. What's wrong?
632
633 Using the default filtering configuration, I noticed considerable delays in
634 page requests compared to the old Junkbuster. Loading pages with large contents
635 seemed to take forever, then suddenly delivering all the content at once.
636
637 The whole content must be loaded in order to filter, and nothing is is sent to
638 the browser during this time. The loading time does not really change in real
639 numbers, but the feeling is different, because most browsers are able to start
640 rendering incomplete content, giving the user a feeling of "it works".
641
642 To modify the content of a page (i.e. make frames resizeable again, etc.) and
643 not just replace ads, Privoxy needs to download the entire page first, do its
644 content magic and then send the page to the browser.
645
646 -------------------------------------------------------------------------------
647
648 4.3. What is the "http://p.p/"?
649
650 Since Privoxy sits between your web browser and the Internet, it can be
651 programmed to handle certain pages specially.
652
653 With recent versions of Privoxy (version 2.9.x), you can get some information
654 about Privoxy and change some settings by going to http://p.p/ or,
655 equivalently, http://config.privoxy.org/ (Note that p.p is far easier to type
656 but may not work in some configurations. With the name change to Privoxy, this
657 is changed from the previous http://i.j.b/ or earlier 2.9.x versions).
658
659 These pages are not forwarded to a server on the Internet - instead they are
660 handled by a special web server which is built in to Privoxy.
661
662 If you are not running Privoxy, then http://p.p/ will fail, and http://
663 config.privoxy.org/ will return a web page telling you you're not running
664 Privoxy.
665
666 If you have version 2.0.2, then the equivalent is http://example.com/
667 show-proxy-args (but you get far less information, and you should really
668 consider upgrading to 2.9.x).
669
670 -------------------------------------------------------------------------------
671
672 4.4. Do you still maintain the blocklists?
673
674 No. The format of the blocklists has changed significantly in the versions
675 2.9.x. Once we have released the new stable version, v3.0, there will again be
676 blocklists that you can update automatically.
677
678 -------------------------------------------------------------------------------
679
680 4.5. How can I submit new ads?
681
682 As of now, please discontinue to submit new ad blocking infos. Once we have
683 released the new version, there will again be a form on the website, which you
684 can use to contribute new ads.
685
686 -------------------------------------------------------------------------------
687
688 4.6. How can I hide my IP address?
689
690 You cannot hide your IP address with Privoxy or any other software, since the
691 server needs to know your IP address to send the answer to you.
692
693 Fortunately there are many publicly usable anonymous proxies out there, which
694 solve the problem by providing a further level of indirection between you and
695 the web server, shared by many people and thus letting your requests "drown" in
696 white noise of unrelated requests as far as user tracking is concerned.
697
698 Most of them will, however, log your IP address and make it available to the
699 authorities in case you abuse that anonymity for criminal purposes. In fact you
700 can't even rule out that some of them only exist to *collect* information on
701 (those suspicious) people with a more than average preference for privacy.
702
703 You can find a list of anonymous public proxies at multiproxy.org and many more
704 through Google.
705
706 -------------------------------------------------------------------------------
707
708 4.7. Can Privoxy guarantee I am anonymous?
709
710 No. Your chances of remaining anonymous are greatly improved, but unless you
711 are an expert on Internet security it would be safest to assume that everything
712 you do on the Web can be traced back to you.
713
714 Privoxy can remove various information about you, and allows you more freedom
715 to decide which sites you can trust. But it's still possible that web sites can
716 find out who you are. Here's one way this can happen.
717
718 A few browsers disclose the user's email address in certain situations, such as
719 when transferring a file by FTP. Privoxy does not filter FTP. If you need this
720 feature, or are concerned about the mail handler of your browser disclosing
721 your email address, you might consider products such as NSClean.
722
723 Browsers available only as binaries could use non-standard headers to give out
724 any information they can have access to: see the manufacturer's license
725 agreement. It's impossible to anticipate and prevent every breach of privacy
726 that might occur. The professionally paranoid prefer browsers available as
727 source code, because anticipating their behavior is easier. Trust the source,
728 Luke!
729
730 -------------------------------------------------------------------------------
731
732 4.8. Might some things break because header information is being altered?
733
734 Definitely. More and more sites use HTTP header content to decide what to
735 display and how to display it. There is many ways that this can be handled, so
736 having hard and fast rules, is tricky.
737
738 "USER AGENT" in particular is often used in this way to identify the browser,
739 and adjust content accordingly. Changing this now is not recommended, since so
740 many sites do look for this. You may get undesirable results by changing this.
741
742 For instance, different browsers use different encodings of Russian and Czech
743 characters, certain web servers convert pages on-the-fly according to the User
744 Agent header. Giving a "User Agent" with the wrong operating system or browser
745 manufacturer causes some sites in these languages to be garbled; Surfers to
746 Eastern European sites should change it to something closer. And then some page
747 access counters work by looking at the "REFERER" header; they may fail or break
748 if unavailable. The weather maps of Intellicast have been blocked by their
749 server when no "REFERER" or cookie is provided, is another example. There are
750 many, many other ways things can go wrong when trying to fool a web server.
751
752 If you have problems with a site, you will have to adjust your configuration
753 accordingly. Cookies are probably the most likely adjustment that may be
754 required, but by no means the only one. 
755
756 -------------------------------------------------------------------------------
757
758 4.9. Can Privoxy act as a "caching" proxy to speed up web browsing?
759
760 No, it does not have this ability at all. You want something like Squid for
761 this. And, yes, before you ask, Privoxy can co-exist with other kinds of
762 proxies like Squid.
763
764 -------------------------------------------------------------------------------
765
766 4.10. What about as a firewall? Can Privoxy protect me?
767
768 Not in the way you mean, or in the way a true firewall can, or a proxy that has
769 this specific capability. Privoxy can help protect your privacy, but not really
770 protect you from intrusion attempts.
771
772 -------------------------------------------------------------------------------
773
774 4.11. The Privoxy logo that replaces ads is very blocky and ugly looking. Can't
775 a better font be used?
776
777 This is not a font problem. The logo is an image that is created by Privoxy on
778 the fly. So as to not waste memory, the image is rather small. The blockiness
779 comes when the image is scaled to fill a largish area. There is not much to be
780 done about this, other than to use one of the other "imageblock" directives:
781 pattern, blank, or a URL of your choosing.
782
783 Given the above problem, we have decided to remove the logo option entirely [as
784 of v2.9.13].
785
786 -------------------------------------------------------------------------------
787
788 4.12. I have large empty spaces now where ads used to be. Why?
789
790 It would be easy enough to just eliminate this space altogether, rather than
791 fill it with blank space. But, this would create problems with many pages that
792 use the overall size of the ad to help organize the page layout and position
793 the various components of the page where they were intended to be. It is best
794 left this way.
795
796 -------------------------------------------------------------------------------
797
798 4.13. How can Privoxy filter Secure (HTTPS) URLs?
799
800 This is a limitation since HTTPS transactions are encrypted SSL sessions
801 between your browser and the secure site, and are meant to be reliably secure
802 and private. This means that all cookies and HTTP header information are also
803 encrypted from the time they leave your browser, to the site, and vice versa.
804 Privoxy does not try to unencrypt this information, so it just passes through
805 as is. Privoxy can still catch images and ads that are embedded in the SSL
806 stream though.
807
808 -------------------------------------------------------------------------------
809
810 4.14. Privoxy runs as a "server". How secure is it? Do I need to take any
811 special precautions?
812
813 There are no known exploits that might effect Privoxy. On Unix-like systems,
814 Privoxy can run as a non-privileged user, which is how we recommend it be run.
815 Also, by default Privoxy only listens to requests from "localhost". The server
816 aspect of Privoxy is not itself directly exposed to the Internet in this
817 configuration. If you want to have Privoxy serve as a LAN proxy, this will have
818 to be opened up to allow for LAN requests. In this case, we'd recommend you
819 specify only the LAN gateway address, e.g. 192.168.1.1, in the main Privoxy
820 config file. All LAN hosts can then use this as their proxy address in the
821 browser proxy configuration. In this way, Privoxy will not listen on any
822 external ports. Of course, a firewall is always good too. Better safe than
823 sorry.
824
825 -------------------------------------------------------------------------------
826
827 4.15. How can I temporarily disable Privoxy?
828
829 The easiest way is to access Privoxy with your browser by using the special
830 URL: http://p.p/ and select "Toggle Privoxy on or off" from that page. 
831
832 -------------------------------------------------------------------------------
833
834 4.16. Where can I find more information about Privoxy and related issues?
835
836 Other references and sites of interest to Privoxy users:
837
838   http://www.privoxy.org/, The Privoxy Home page.
839
840   http://sourceforge.net/projects/ijbswa, the Project Page for Privoxy on      
841 Sourceforge.                                                                   
842
843   http://p.p/, access Privoxy from your browser. Alternately, http://          
844 config.privoxy.org may work in some situations where the first does not.       
845
846   http://www.junkbusters.com/ht/en/cookies.html
847
848   http://www.waldherr.org/junkbuster/
849
850   http://privacy.net/analyze/
851
852  http://www.squid-cache.org/
853
854  
855
856 -------------------------------------------------------------------------------
857
858 5. Troubleshooting
859
860 5.1. I just upgraded and am getting "connection refused" with every web page?
861
862 Either Privoxy is not running, or your browser is configured for a different
863 port than what Privoxy is using.
864
865 The old Privoxy (and also Junkbuster) used port 8000 by default. This has been
866 changed to port 8118 now, due to a conflict with NAS (Network Audio Service),
867 which uses port 8000. If you haven't, you need to change your browser to the
868 new port number, or alternately change Privoxy's "listen-address" setting in
869 the config file used to start Privoxy.
870
871 -------------------------------------------------------------------------------
872
873 5.2. I just added a new rule, but the steenkin ad is still getting through.
874 How?
875
876 If the ad had been displayed before you added its URL, it will probably be held
877 in the browser's cache for some time, so it will be displayed without the need
878 for any request to the server, and Privoxy will not be in the picture. The best
879 thing to do is try flushing the browser's caches. And then try again.
880
881 If this doesn't help, you probably have an error in the rule you applied. Try
882 pasting the full URL of the offending ad into http://config.privoxy.org/
883 show-url-info and see if any actions match your new rule.
884
885 -------------------------------------------------------------------------------
886
887 5.3. One of my favorite sites does not work with Privoxy. What can I do?
888
889 First verify that it is indeed a Privoxy problem, by disabling Privoxy
890 filtering and blocking. Go to http://p.p/ and click on "Toggle Privoxy On or
891 Off", then disable it. Now try that page again. It's probably a good idea to
892 flush the browser cache as well.
893
894 If still a problem, go to "Show which actions apply to a URL and why" from 
895 http://p.p/ and paste the full URL of the page in question into the prompt. See
896 which actions are being applied to the URL. Now, armed with this information,
897 go to "Edit the actions list". Here you should see various sections that have
898 various Privoxy features disabled for specific sites. Most disabled "actions"
899 will have a "-" (minus sign) in front of them. Some aliases are used just to
900 disable other actions, e.g. "shop" and "fragile", and won't necessarily use a
901 "+" or "-" sign. Add your problem page URL to one of these sections that looks
902 like it is disabling the feature that is causing the problem. Rember to flush
903 your browser's caches when making such changes! As a last resort, try "fragile"
904 which disables most actions. Now re-try the page. There might be some trial and
905 error involved. This is discussed in a little more detail in the user-manual
906 appendix. 
907
908 Alternately, if you are comfortable with a text editor, you can accomplish the
909 same thing by editing the appropriate "actions" file.
910
911 -------------------------------------------------------------------------------
912
913 5.4. Where can I get help? Report bugs? Feature Requests? Etc?
914
915 Feedback is encouraged, whether good, bad or ugly. Please see the contact page
916 in the user-manual for details. 
917
918 -------------------------------------------------------------------------------
919
920 5.5. What time is it?
921
922 Time for you to go!
923