aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorMisko Hevery2012-10-05 16:43:01 -0700
committerMisko Hevery2012-10-05 16:43:01 -0700
commitc96dc605942875f7a9c1c5fc54dae3b5cae60da2 (patch)
treedd4515601efa64c35042f77040cff19cb8cc398d /docs/src
parentb440ad36f3bfecf0916a85fec89e6737ead30572 (diff)
downloadangular.js-c96dc605942875f7a9c1c5fc54dae3b5cae60da2.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