From 901c2d3a8ad01b13111145ec63234f3bd6f02871 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 25 Apr 2003 04:17:29 +0000 Subject: Bug 197153: Fix for insecure temporary filename handling. Patch by Brad Baetz r= justdave, gerv a= justdave --- checksetup.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index c04227215..f67042599 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -873,14 +873,13 @@ END # Restrict access to .dot files to the public webdot server at research.att.com # if research.att.com ever changed their IP, or if you use a different # webdot server, you'll need to edit this - + Allow from 192.20.225.10 Deny from all -# Allow access by a local copy of 'dot' to .png, .gif, .jpg, and -# .map files - +# Allow access to .png files created by a local copy of 'dot' + Allow from all -- cgit v1.2.3-24-g4f1b