X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config.h.win;h=04308d8fa3225badcbc5819424c363757708ecea;hp=7de53be10542e4dd5a63897d0ca7f15cbd5ea9ce;hb=7587a9b1d70b1d674c7b93e13e3fdd523ad3ecf1;hpb=8d59f7cc685e7b83a3634a329f7f8eabe583653a diff --git a/config.h.win b/config.h.win index 7de53be1..04308d8f 100755 --- a/config.h.win +++ b/config.h.win @@ -37,6 +37,10 @@ * * Revisions : * $Log: config.h.win,v $ + * Revision 1.12 2001/10/07 15:33:14 oes + * Removed FEATURE_DENY_GZIP + * Bumped up version number + * * Revision 1.11 2001/09/16 16:59:34 jongfoster * Bugfix - couldn't build resources with previous version. * @@ -212,6 +216,12 @@ */ #define FEATURE_ACL 1 +/* + * Enables the web-based configuration (actionsfile) editor. If you + * have a shared proxy, you might want to turn this off. + */ +#define FEATURE_CGI_EDIT_ACTIONS 1 + /* * Allows the use of jar files to capture cookies. */