Manual:$wgHttpOnlyBlacklist/fr

From Linux Web Expert

<translate> Cookies</translate>: $wgHttpOnlyBlacklist
User agent blacklist for HttpOnly mode.
<translate> Introduced in version:</translate>1.13.0 (r34083)
<translate> Removed in version:</translate>1.23.0 (Gerrit change 119919; git #00b7f76a)
<translate> Allowed values:</translate>(array)
<translate> Default value:</translate>array( '/^Mozilla\/4\.0 \(compatible; MSIE \d+\.\d+; Mac_PowerPC\)/' )

Détails

If the requesting browser matches a regex in this blacklist, we won't send it cookies with HttpOnly mode, even if $wgCookieHttpOnly is on.