Title: [174780] trunk/Websites/bugs.webkit.org/.htaccess
Revision
174780
Author
[email protected]
Date
2014-10-16 09:01:32 -0700 (Thu, 16 Oct 2014)

Log Message

Remove unneeded rule from .htaccess

* .htaccess: Remove an old rule that doesn't match any files.

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/.htaccess (174779 => 174780)


--- trunk/Websites/bugs.webkit.org/.htaccess	2014-10-16 16:01:32 UTC (rev 174779)
+++ trunk/Websites/bugs.webkit.org/.htaccess	2014-10-16 16:01:32 UTC (rev 174780)
@@ -2,9 +2,6 @@
 <FilesMatch (\.pm|\.pl|\.tmpl|localconfig.*)$>
   deny from all
 </FilesMatch>
-<FilesMatch ^(localconfig.js|localconfig.rdf)$>
-  allow from all
-</FilesMatch>
 <IfModule mod_expires.c>
 <IfModule mod_headers.c>
 <IfModule mod_env.c>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to