From f92e4146d1a74b53846407ef35fc7f1c42d60324 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/src') 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