Re: disable privoxy built in sites
Idar Lund <[email protected]> Thu, 8 Oct 2020 10:35:48 +0200
| Newsgroups | gmane.comp.web.privoxy.user |
|---|---|
| Message-ID | <CA+enFJk=urzmU3i_Dbw-X+ykHUY8aduVTyBae0A9Hmjt167Q8g@mail.gmail.com> |
Hi, Thanks for your reply! Use case; I'm setting up a transparent proxy and I don't want the users to be able to set flags etc. I also don't want to reveal that there's a transparent proxy there. If the request can't be served due to a failure, I'd expect the users to see a normal browser generated error page. I will check out the templates and see if I can solve it through there. -Idar On Tue, Oct 6, 2020 at 10:31 AM Fabian Keil <[email protected]> wrote: > Idar Lund <[email protected]> wrote: > > > I want to hide the fact that I use privoxy for the user. > > How can I disable the built in 503 error message, config.privoxy.org and > > other built in sites? > > This is currently not supported. > > Can you elaborate what the use case is? > What do you expect the user to see if the request > can't be served due to for example DNS failures? > > What you can do, of course, is editing the CGI templates > and block requests to the CGI interface after enabling > the allow-cgi-request-crunching directive: > https://www.privoxy.org/user-manual/config.html#ALLOW-CGI-REQUEST-CRUNCHING > The user can still notice that there's a proxy, though. > > Fabian >