[Lxr-commits] CVS: lxr .htaccess,1.6,1.7
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2005-05-04 23:21:23
|
Update of /cvsroot/lxr/lxr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20746/lxr Modified Files: .htaccess Log Message: Add test cases for Security and for some CVS bugs. Enable taint mode for mod_perl - should reduce security vulnerabilities Index: .htaccess =================================================================== RCS file: /cvsroot/lxr/lxr/.htaccess,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- .htaccess 13 Jul 2004 13:39:44 -0000 1.6 +++ .htaccess 4 May 2005 23:21:09 -0000 1.7 @@ -14,6 +14,7 @@ SetHandler perl-script PerlHandler Apache::Registry PerlSetEnv PERL5LIB lib +PerlTaintCheck On ForceType text/html PerlSendHeader On </Files> |