bd5cd2e258
submitted by Dan Weeks <danimal@danimal.org> Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. naddy@ OK
13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
$OpenBSD: SECURITY,v 1.1.1.1 2002/11/29 09:41:39 sturm Exp $
|
|
|
|
sprintf() and strcpy() changed to snprintf() and strlcpy()
|
|
respectively in:
|
|
actions.c, cgi.c, cgisimple.c, errlog.c, filters.c,
|
|
gateway.c, jcc.c, loadcfg.c, miscutil.c, urlmatch.c
|
|
|
|
The privoxy daemon should be run as a non-root user. The
|
|
install sets up a privoxy user and group, installs config
|
|
and log files with that user and group, and points the
|
|
user at the way to start the daemon with the user and
|
|
group.
|