Prevent web access to the raw locale files. 1.0
authorFlorian Quèze <florian@instantbird.org>
Tue Jun 28 14:52:54 2011 +0200 (10 months ago)
branch1.0
changeset 89a11869ea2e92
parent 88 706b4acb8e5f
child 90 9abf9ce56e93
Prevent web access to the raw locale files.
.htaccess
     1.1 --- a/.htaccess
     1.2 +++ b/.htaccess
     1.3 @@ -17,3 +17,6 @@
     1.4  
     1.5  RewriteRule ^downloads/(0\.1(\.(1|2)(\.1)?)?/.*)$ http://ftp.instantbird.com/instantbird/$1 [L,R]
     1.6  RewriteRule ^downloads/(.*)$ http://ftp.instantbird.com/instantbird/releases/$1 [L,R]
     1.7 +
     1.8 +# No http access to the l10n raw files
     1.9 +RewriteRule ^l10n . [R]