Manual:$wgHttpOnlyBlacklist
From MediaWiki.org
| Cookies: $wgHttpOnlyBlacklist | |
|---|---|
| User agent blacklist for HttpOnly mode. |
|
| Introduced in version: | 1.13.0 (r34083) |
| Removed in version: | still in use |
| Allowed values: | (array) |
| Default value: | array( '/^Mozilla\/4\.0 \(compatible; MSIE \d+\.\d+; Mac_PowerPC\)/' ) |
Other settings: Alphabetical | By Function
[edit] Details
If the requesting browser matches a regex in this blacklist, we won't send it cookies with HttpOnly mode, even if $wgCookieHttpOnly is on.
| Language: | English • 日本語 • Русский |
|---|