diff options
| author | Misko Hevery | 2012-10-05 16:43:01 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2012-10-05 16:43:01 -0700 | 
| commit | c96dc605942875f7a9c1c5fc54dae3b5cae60da2 (patch) | |
| tree | dd4515601efa64c35042f77040cff19cb8cc398d /docs/src | |
| parent | b440ad36f3bfecf0916a85fec89e6737ead30572 (diff) | |
| download | angular.js-c96dc605942875f7a9c1c5fc54dae3b5cae60da2.tar.bz2 | |
fix(doc): disable directory listing in docs.angularjs.org
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/.htaccess | 1 | 
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 | 
