blocked 3rdparty instead of l10n

This commit is contained in:
Robert Jäckel 2014-11-27 17:33:45 +01:00
parent 8c3bf139ff
commit 1a6928f447
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RewriteRule ^\.well-known/caldav /remote.php/caldav/ [R]
RewriteRule ^apps/calendar/caldav\.php remote.php/caldav/ [QSA,L]
RewriteRule ^apps/contacts/carddav\.php remote.php/carddav/ [QSA,L]
RewriteRule ^remote/(.*) remote.php [QSA,L]
RewriteRule ^(build|tests|config|lib|l10n|templates)/.* - [R=404,L]
RewriteRule ^(build|tests|config|lib|3rdparty|templates)/.* - [R=404,L]
RewriteRule ^(\.|autotest|occ|issue|indie|db_|console).* - [R=404,L]
</IfModule>
<IfModule mod_mime.c>