Adapted to master file format (sync from stable branch)
[privoxy.git] / doc / webserver / actions / results / .htaccess
1 # http://privoxy.org/actions/results/.htaccess
2 #
3 # Keeps user feedback confidential by
4 # denying access to everybody.
5 #
6 # To view the feedback use:
7 # ssh ijbswa.sf.net cat /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt
8 #
9 <Limit GET>
10   Deny from all
11 </Limit>