aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorMisko Hevery2012-10-05 16:43:01 -0700
committerMisko Hevery2012-10-08 15:09:06 -0700
commitf92e4146d1a74b53846407ef35fc7f1c42d60324 (patch)
treec224024a0f339a5cdfde126fd75fe7327f66643e /docs/src
parent8b7108e3c9cc836a3c9e490802b7fe24541d2587 (diff)
downloadangular.js-f92e4146d1a74b53846407ef35fc7f1c42d60324.tar.bz2
fix(doc): disable directory listing in docs.angularjs.org
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/templates/.htaccess1
1 files changed, 1 insertions, 0 deletions
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