Title: [174850] trunk/Websites/bugs.webkit.org/.htaccess
Revision
174850
Author
[email protected]
Date
2014-10-17 16:20:47 -0700 (Fri, 17 Oct 2014)

Log Message

Prevent access to the /lib/ directory

* .htaccess: Block access to the lib directory.  This may be
removed once updated Perl modules are installed on the system.

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/.htaccess (174849 => 174850)


--- trunk/Websites/bugs.webkit.org/.htaccess	2014-10-17 23:19:32 UTC (rev 174849)
+++ trunk/Websites/bugs.webkit.org/.htaccess	2014-10-17 23:20:47 UTC (rev 174850)
@@ -1,5 +1,5 @@
 # Don't allow people to retrieve non-cgi executable files or our private data
-<FilesMatch (\.pm|\.pl|\.tmpl|localconfig.*)$>
+<FilesMatch ^(lib|.*\.pm|.*\.pl|.*localconfig.*)$>
   deny from all
 </FilesMatch>
 <IfModule mod_expires.c>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to