You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Reference:CookieWarning"
(Tag: 2017 source edit) |
(Tag: Visual edit) |
Extension: CookieWarning
Overview | |||
---|---|---|---|
Description: | Provides a notice at the top of the page about cookies | ||
State: | stable | Dependency: | MediaWiki |
Developer: | Florian Schmidt, Liz Lee, Jack Poenix | License: | MIT |
Type: | MediaWiki | Category: | Security |
Edition: | BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated) | ||
For more info, visit Mediawiki.
|
Features[edit source]
CookieWarning is a small extension that adds a small but well-visible information banner to the wiki.
It informs users that the wiki uses cookies. The default message also includes a sentence that the user agrees to the use of cookies.
Übersicht der Cookie-Einstellungen[edit | edit source]
The following cookies are either necessary or comfort cookies. Necessary cookies cannot be deactivated by a user.
COOKIE NAME | DESCRIPTION | TYPE |
---|---|---|
MediaWiki | ||
$wgCookiePrefixBlockID | This is usually the block ID concatenated with an HMAC in order to avoid spoofing (T152951), but if wgSecretKey is not set will just be the block ID. | necessary, if block exists |
$wgCookiePrefixUseDC | A cookie to tell all CDN edge nodes to "stick" the user to the DC that handles this POST request (e.g. the "master" data center). | necessary, if in use |
$wgCookiePrefixUseCDNCache | Have the user briefly bypass CDN so ChronologyProtector works for cacheable URLs. | comfort |
$wgCookiePrefixUserID | ID of the logged in user ( only for logged in users ) | necessary |
$wgCookiePrefixUserName | Username of logged in user ( only for logged in users ) | necessary |
$wgCookiePrefix_session | Session ID for the current session | necessary |
$wgCookiePrefixforceHTTPS | Force HTTPS for logins | necessary |
$wgCookiePrefixLoggedOut | Force HTTPS for logins | comfort |
$wgCookiePrefixnotificationFlag | Used for Echo notifications | comfort |
BlueSpice | ||
$wgCookiePrefix_MWCookieConsent | State of the user's cookie consent | necessary |
$wgCookiePrefixbs-visualdiff-tabs | Saves state of BlueSpiceVisualDiff tabs | comfort |
$wgCookiePrefixCalumma_state | State of calumma panels | comfort |
$wgCookiePrefixVEE | Visual editor - user preference - VisualMode or wikitext | comfort |
Note: Any extension, or even code in Common.js may add cookies. A final and definitive list depends on the particular system in question.
{{BSExtensionInfobox
|desc=Provides a notice at the top of the page about cookies
|status=stable
|developer=Florian Schmidt, Liz Lee, Jack Poenix
|type=MediaWiki
|edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated)
|active=No
|compatible=MediaWiki
|category=Security
|license=MIT
|docu=https://www.mediawiki.org/wiki/Extension:CookieWarning
}}
'''CookieWarning''' is a small extension that adds a small but well-visible information banner to the wiki.
It informs users that the wiki uses cookies. The default message also includes a sentence that the user agrees to the use of cookies.
<br />
==Übersicht der Cookie-Einstellungen==
The following cookies are either necessary or comfort cookies. Necessary cookies cannot be deactivated by a user.
<br />
{| class="contenttable-blue"
|-
!COOKIE NAME
!DESCRIPTION
!TYPE
|-
| colspan="3" style="border-left-style:none;border-right-style:none;border-top-style:solid;border-bottom-style:solid;" data-ve-attributes="{"style":"border-left-style:none;border-right-style:none;border-top-style:solid;border-bottom-style:solid;"}" |'''MediaWiki'''
|-
|$wgCookiePrefixBlockID
|This is usually the block ID concatenated with an HMAC in order to avoid spoofing (T152951), but if wgSecretKey is not set will just be the block ID.
|necessary, if block exists
|-
|$wgCookiePrefixUseDC
|A cookie to tell all CDN edge nodes to "stick" the user to the DC that handles this POST request (e.g. the "master" data center).
|necessary, if in use
|-
|$wgCookiePrefixUseCDNCache
|Have the user briefly bypass CDN so ChronologyProtector works for cacheable URLs.
|comfort
|-
|$wgCookiePrefixUserID
|ID of the logged in user ( only for logged in users )
|necessary
|-
|$wgCookiePrefixUserName
|Username of logged in user ( only for logged in users )
|necessary
|-
|$wgCookiePrefix_session
|Session ID for the current session
|necessary
|-
|$wgCookiePrefixforceHTTPS
|Force HTTPS for logins
|necessary
|-
|$wgCookiePrefixLoggedOut
|Force HTTPS for logins
|comfort
|-
|$wgCookiePrefixnotificationFlag
|Used for Echo notifications
|comfort
|-
| colspan="3" style="border-left-style:none;border-right-style:none;border-top-style:solid;border-bottom-style:solid;" data-ve-attributes="{"style":"border-left-style:none;border-right-style:none;border-top-style:solid;border-bottom-style:solid;"}" |'''BlueSpice'''
|-
|$wgCookiePrefix_MWCookieConsent
|State of the user's cookie consent
|necessary
|-
|$wgCookiePrefixbs-visualdiff-tabs
|Saves state of BlueSpiceVisualDiff tabs
|comfort
|-
|$wgCookiePrefixCalumma_state
|State of calumma panels
|comfort
|-
|$wgCookiePrefixVEE
|Visual editor - user preference - VisualMode or wikitext
|comfort
|}{{Box Note|boxtype=note|Note text=Any extension, or even code in Common.js may add cookies. A final and definitive list depends on the particular system in question.}}<br />
Line 14: | Line 14: | ||
It informs users that the wiki uses cookies. The default message also includes a sentence that the user agrees to the use of cookies. | It informs users that the wiki uses cookies. The default message also includes a sentence that the user agrees to the use of cookies. | ||
+ | |||
+ | <br /> | ||
+ | ==Übersicht der Cookie-Einstellungen== | ||
+ | The following cookies are either necessary or comfort cookies. Necessary cookies cannot be deactivated by a user. | ||
+ | <br /> | ||
+ | {| class="contenttable-blue" | ||
+ | |- | ||
+ | !COOKIE NAME | ||
+ | !DESCRIPTION | ||
+ | !TYPE | ||
+ | |- | ||
+ | | colspan="3" style="border-left-style:none;border-right-style:none;border-top-style:solid;border-bottom-style:solid;" data-ve-attributes="{"style":"border-left-style:none;border-right-style:none;border-top-style:solid;border-bottom-style:solid;"}" |'''MediaWiki''' | ||
+ | |- | ||
+ | |$wgCookiePrefixBlockID | ||
+ | |This is usually the block ID concatenated with an HMAC in order to avoid spoofing (T152951), but if wgSecretKey is not set will just be the block ID. | ||
+ | |necessary, if block exists | ||
+ | |- | ||
+ | |$wgCookiePrefixUseDC | ||
+ | |A cookie to tell all CDN edge nodes to "stick" the user to the DC that handles this POST request (e.g. the "master" data center). | ||
+ | |necessary, if in use | ||
+ | |- | ||
+ | |$wgCookiePrefixUseCDNCache | ||
+ | |Have the user briefly bypass CDN so ChronologyProtector works for cacheable URLs. | ||
+ | |comfort | ||
+ | |- | ||
+ | |$wgCookiePrefixUserID | ||
+ | |ID of the logged in user ( only for logged in users ) | ||
+ | |necessary | ||
+ | |- | ||
+ | |$wgCookiePrefixUserName | ||
+ | |Username of logged in user ( only for logged in users ) | ||
+ | |necessary | ||
+ | |- | ||
+ | |$wgCookiePrefix_session | ||
+ | |Session ID for the current session | ||
+ | |necessary | ||
+ | |- | ||
+ | |$wgCookiePrefixforceHTTPS | ||
+ | |Force HTTPS for logins | ||
+ | |necessary | ||
+ | |- | ||
+ | |$wgCookiePrefixLoggedOut | ||
+ | |Force HTTPS for logins | ||
+ | |comfort | ||
+ | |- | ||
+ | |$wgCookiePrefixnotificationFlag | ||
+ | |Used for Echo notifications | ||
+ | |comfort | ||
+ | |- | ||
+ | | colspan="3" style="border-left-style:none;border-right-style:none;border-top-style:solid;border-bottom-style:solid;" data-ve-attributes="{"style":"border-left-style:none;border-right-style:none;border-top-style:solid;border-bottom-style:solid;"}" |'''BlueSpice''' | ||
+ | |- | ||
+ | |$wgCookiePrefix_MWCookieConsent | ||
+ | |State of the user's cookie consent | ||
+ | |necessary | ||
+ | |- | ||
+ | |$wgCookiePrefixbs-visualdiff-tabs | ||
+ | |Saves state of BlueSpiceVisualDiff tabs | ||
+ | |comfort | ||
+ | |- | ||
+ | |$wgCookiePrefixCalumma_state | ||
+ | |State of calumma panels | ||
+ | |comfort | ||
+ | |- | ||
+ | |$wgCookiePrefixVEE | ||
+ | |Visual editor - user preference - VisualMode or wikitext | ||
+ | |comfort | ||
+ | |}{{Box Note|boxtype=note|Note text=Any extension, or even code in Common.js may add cookies. A final and definitive list depends on the particular system in question.}}<br /> |