X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Fquickstart.html;h=f342399ba3a9ca519a6ec05d3b0f80c8ecf86247;hp=afd2f6e90767b9babe11a3aeac85516b9d90aea6;hb=e61fdec519cef582a2dc5507543a006b539ad3f4;hpb=9adfbd2f4dd6acc1d92f00d46d18a16e8dfd5f1b diff --git a/doc/webserver/user-manual/quickstart.html b/doc/webserver/user-manual/quickstart.html index afd2f6e9..f342399b 100644 --- a/doc/webserver/user-manual/quickstart.html +++ b/doc/webserver/user-manual/quickstart.html @@ -7,7 +7,7 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ "> + +Privoxy 3.0.4 User ManualPrivoxy 3.0.7 User Manual4. Quickstart to Using Privoxy4. Quickstart to Using Privoxy

Privoxy as HTTP and - HTTPS (SSL) proxy by setting the proxy configuration for address of + HTTPS (SSL) proxy + by setting the proxy configuration for address of 127.0.0.18118. - (Junkbuster and earlier versions of Privoxy used port 8000.) See the section Starting Privoxy below - for more details on this. +CLASS="emphasis" +>DO NOT activate proxying for FTP or + any protocols besides HTTP and HTTPS (SSL)! It won't work!

  • Privoxy to manage cookies, you should - remove any currently stored cookies too. +> to manage + cookies, + you should remove any currently stored cookies too.

  • Configuration section for more configuration options, and how to customize your installation. -

    next section for a quick + introduction to how Privoxy blocks ads and + banners.

  • If you experience ads that slipped through, innocent images that are +> If you experience ads that slip through, innocent images that are blocked, or otherwise feel the need to fine-tune Privoxy's behaviour, take a look at the behavior, take a look at the actions files. As a quick start, you might @@ -207,10 +220,10 @@ TARGET="_top" CLASS="QUOTE" >"Anatomy of an +>Troubleshooting: Anatomy of an Action" has hints how to debug actions that +> has hints on how to understand and debug actions that "misbehave"

  • For easy access to Privoxy's most important controls, drag the provided +> For easy access to Privoxy's most important controls, drag the provided BookmarkletsContacting the Developers on how to report bugs or problems with websites or to get +> on how to report bugs, problems with websites or to get help.

  • First a bit of a warning ... blocking ads is much like blocking SPAM: the more aggressive you are about it, the more likely you are to block - things that were not intended. So there is a trade off here. If you want + things that were not intended. And the more likely that some things + may not work as intended. So there is a trade off here. If you want extreme ad free browsing, be prepared to deal with more Privoxy to perform - some task relating to HTTP transactions (i.e. web browsing). We tell + some task relating to WWW transactions (i.e. web browsing). We tell PrivoxyPrivoxy can deal with each URL individually, so, for + instance, the main page text is not touched, but images from such-and-such + server are blocked.

    The actions we need to know about for ad blocking are: The most important actions for basic ad blocking are: handle-as-image, and +>, + handle-as-empty-document,and block - this action stops - any contact between your browser and any URL patterns that match this - action's configuration. It can be used for blocking ads, but also anything - that is determined to be unwanted. By itself, it simply stops any - communication with the remote server and sends - this is perhaps + the single most used action, and is particularly important for ad blocking. + This action stops any contact between your browser and any URL patterns + that match this action's configuration. It can be used for blocking ads, + but also anything that is determined to be unwanted. By itself, it simply + stops any communication with the remote server and sends + Privoxy's - own built-in BLOCKED page instead to let you now what has happened. +>'s own built-in BLOCKED page instead to + let you now what has happened (with some exceptions, see below).

  • handle-as-empty-document - + sends an empty document instead of Privoxy's + normal BLOCKED HTML page. This is useful for file types that are neither + HTML nor images, such as blocking JavaScript files. +

  • set-image-blocker

    @@ -771,6 +819,18 @@ HREF="actions-file.html#ACT-EXAMPLES" >Actions Files Tutorial. The ideas explained therein also apply to the web-based editor.

    There are also various + filters that can be used for ad blocking + (filters are a special subset of actions). These + fall into the "advanced" usage category, and are explained in + depth in later sections.

    Starting PrivoxyStarting Privoxy