Automattic / babble

Multilingual WordPress done right.
https://wordpress.org/plugins/babble/
246 stars 50 forks source link

Avoid Suhosin issues with cookie name length #194

Closed johnbillion closed 4 years ago

johnbillion commented 10 years ago

See: https://github.com/johnbillion/user-switching/issues/4

Babble's content lang and interface lang cookies have a name longer than 64 characters with the default cookie hash length. We should reduce this to avoid the same issues that User Switching had with Suhosin which, by default, blocks cookies which have a name longer than 64 characters.