diff options
author | friendica <info@friendica.com> | 2014-03-24 17:16:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-24 17:16:01 -0700 |
commit | e6ea4a757452f93d49a80bf1f4fa76c88c3659ff (patch) | |
tree | b23092f34f45940d9777ab37823a8a46fe2f3661 /.htaccess | |
parent | 592f5591d9751b3ed6194ba018ff56897bc4e7e5 (diff) | |
download | volse-hubzilla-e6ea4a757452f93d49a80bf1f4fa76c88c3659ff.tar.gz volse-hubzilla-e6ea4a757452f93d49a80bf1f4fa76c88c3659ff.tar.bz2 volse-hubzilla-e6ea4a757452f93d49a80bf1f4fa76c88c3659ff.zip |
ssl ciphers - be liberal in what we accept, conservative in what we generate
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga -#SSLCipherSuite ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH +#SSLCipherSuite HIGH:AES256-SHA:AES128-SHA:RC4:!aNULL:!eNULL:!EDH # don't allow any web access to logfiles, even after rotation/compression <FilesMatch "\.(out|log|gz)$"> |