Don't allow download, annotate, or diff of CVSROOT/badcommitters.
Log messages are still visible.
This commit is contained in:
parent
6e356f1eae
commit
6bb491d5de
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13527
1 changed files with 3 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
|||
# 2000-2002 A. MUSHA <knu@FreeBSD.org>
|
||||
# based on work by Bill Fenner <fenner@FreeBSD.org>
|
||||
#
|
||||
# $Id: cvsweb.conf,v 1.27 2002-05-22 08:31:06 knu Exp $
|
||||
# $Id: cvsweb.conf,v 1.28 2002-07-01 16:22:34 fenner Exp $
|
||||
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.26 2002/04/10 20:13:19 knu Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.27 2002/05/22 08:31:06 knu Exp $
|
||||
#
|
||||
###
|
||||
|
||||
|
@ -286,6 +286,7 @@ $tableBorderColor = '#cccccc';
|
|||
@ForbiddenFiles = (
|
||||
"^CVSROOT/passwd\$", # CVSROOT/passwd should not be cvs add'ed, though
|
||||
"/\\.cvspass\$", # Ditto. Just in case.
|
||||
"^CVSROOT/badcommitters\$", # Private project history.
|
||||
);
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue