Remove all cookie algorithms but AES, which was used as a default, for legacy purposes.
This commit is contained in:
committed by
Ondřej Surý
parent
4e33942742
commit
afa81ee4e4
@@ -113,7 +113,7 @@ options {
|
||||
check-wildcard <boolean>;
|
||||
cleaning-interval <integer>; // obsolete
|
||||
clients-per-query <integer>;
|
||||
cookie-algorithm ( aes | sha1 | sha256 );
|
||||
cookie-algorithm ( aes );
|
||||
cookie-secret <string>; // may occur multiple times
|
||||
coresize ( default | unlimited | <sizeval> );
|
||||
datasize ( default | unlimited | <sizeval> );
|
||||
|
||||
Reference in New Issue
Block a user