[tor-commits] [tpo/staging] Add .htaccess-membership to add http auth to /about/membership
    hiro at torproject.org 
    hiro at torproject.org
       
    Mon Jul 27 16:11:15 UTC 2020
    
    
  
commit 7adf1323c117fd07c2a87523dc0c6fd9decb6461
Author: hiro <hiro at torproject.org>
Date:   Mon Jul 27 18:11:07 2020 +0200
    Add .htaccess-membership to add http auth to /about/membership
---
 .htaccess-membership | 1 +
 1 file changed, 1 insertion(+)
diff --git a/.htaccess-membership b/.htaccess-membership
index 64537967..5651511f 100644
--- a/.htaccess-membership
+++ b/.htaccess-membership
@@ -2,3 +2,4 @@ AuthType Basic
  AuthName "Secure Content"
  AuthUserFile .htpasswd
  require valid-user
+ 
    
    
More information about the tor-commits
mailing list