From c96dc605942875f7a9c1c5fc54dae3b5cae60da2 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 5 Oct 2012 16:43:01 -0700 Subject: fix(doc): disable directory listing in docs.angularjs.org --- docs/src/templates/.htaccess | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/src/templates/.htaccess b/docs/src/templates/.htaccess index ad7b7752..98c7b795 100644 --- a/docs/src/templates/.htaccess +++ b/docs/src/templates/.htaccess @@ -6,6 +6,7 @@ # # This file must be processed by Rake in order to replace %ANGULAR_VERSION% with the actual version. +Options -Indexes RewriteEngine on RewriteCond %{HTTP_COOKIE} ng-offline="NG_VERSION_FULL" RewriteRule appcache.manifest appcache-offline.manifest -- cgit v1.2.3