diff options
author | Bartosz Dziewoński <dziewonski@fastmail.fm> | 2024-11-19 00:44:03 +0100 |
---|---|---|
committer | Bartosz Dziewoński <dziewonski@fastmail.fm> | 2024-11-19 00:44:03 +0100 |
commit | c28220a6e075f96b9ac50530cae5a5231d171c0c (patch) | |
tree | 4026de06a888a378e62c089198b089079a200021 /languages | |
parent | f581fc456d2a7a16de7ecca550267e71695cbfae (diff) | |
download | mediawikicore-c28220a6e075f96b9ac50530cae5a5231d171c0c.tar.gz mediawikicore-c28220a6e075f96b9ac50530cae5a5231d171c0c.zip |
Clean up old Special:UserLogout GET request anti-preloading hacks
Back in the day, when Special:UserLogout would log you out on a GET
request, a workaround was implemented so that users of a particular
ISP that preloaded GET requests would not immediately become logged
out: T19790 (SVN r62967 and r86182 / e3e5cf1bb9 and 12cb599cb7).
This is no longer needed now that it requires a POST request, and
most of the code was removed in 38bbfde448, but some bits remained.
Remove the message 'suspicious-userlogout', now unused. Remove
a comment about always generating Special:UserLogout links with
an '&' character, now no longer true.
Change-Id: Ib39ef71fdfa285e30c8376527cb6c7ea177d46a4
Diffstat (limited to 'languages')
-rw-r--r-- | languages/i18n/en.json | 1 | ||||
-rw-r--r-- | languages/i18n/qqq.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 541961e540ee..ffcc07b8cb18 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -487,7 +487,6 @@ "login-migrated-generic": "Your account has been migrated, and your username no longer exist on this wiki.", "loginlanguagelabel": "Language: $1", "loginlanguagelinks": "* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl", - "suspicious-userlogout": "Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.", "createacct-another-realname-tip": "Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.", "pt-login": "Log in", "pt-login-button": "Log in", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 2f8c8a5ca1c9..11c074182c36 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -750,7 +750,6 @@ "login-migrated-generic": "The generic unsuccessful login message when the user's account has been updated, and their username no longer exist", "loginlanguagelabel": "Used on [[Special:UserLogin]] if $wgLoginLanguageSelector is true. Parameters:\n* $1 - a pipe-separated list built from the names that appear in the message {{msg-mw|Loginlanguagelinks}}.\n{{Identical|Language}}", "loginlanguagelinks": "{{notranslate}}", - "suspicious-userlogout": "Used when the logout request looks suspicious, in Special:UserLogout.", "createacct-another-realname-tip": "{{doc-singularthey}}\nUsed on the account creation form when creating another user's account. Similar to {{msg-mw|prefs-help-realname}}.\n{{Identical|Real name attribution}}", "pt-login": "Shown to anonymous users in the upper right corner of the page when they can't create an account (otherwise the message {{msg-mw|nav-login-createaccount}} is shown there).\n{{Identical|Log in}}", "pt-login-button": "Shown as the caption of the button at [[Special:UserLogin]].\n{{Identical|Log in}}", |