[tor-commits] [tpo/staging] Add .htaccess for /about/membership
    hiro at torproject.org 
    hiro at torproject.org
       
    Mon Jul 27 14:03:07 UTC 2020
    
    
  
commit 1b2a2910470b6fb1039a29a275e8d6b6f87ad301
Author: hiro <hiro at torproject.org>
Date:   Mon Jul 27 16:02:54 2020 +0200
    Add .htaccess for /about/membership
---
 .htaccess-membership | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/.htaccess-membership b/.htaccess-membership
new file mode 100644
index 00000000..64537967
--- /dev/null
+++ b/.htaccess-membership
@@ -0,0 +1,4 @@
+AuthType Basic
+ AuthName "Secure Content"
+ AuthUserFile .htpasswd
+ require valid-user
    
    
More information about the tor-commits
mailing list