diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-01 22:22:56 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-01 22:22:56 +0100 |
commit | 532196b8689286cf4e65b58c98afa95ca910d7ac (patch) | |
tree | 98bd0899ef01aa911f3b634443e8b82258422609 /t | |
parent | 6d11d68f570d4d921f078a67ce1928703df4bf2e (diff) | |
download | bugzilla-532196b8689286cf4e65b58c98afa95ca910d7ac.tar.gz bugzilla-532196b8689286cf4e65b58c98afa95ca910d7ac.tar.xz |
Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing CVS/, contrib/, docs/, and t/ directories
iatch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 't')
-rw-r--r-- | t/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/.cvsignore b/t/.cvsignore new file mode 100644 index 000000000..03c88fd7a --- /dev/null +++ b/t/.cvsignore @@ -0,0 +1 @@ +.htaccess |