diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2025-02-10 22:46:40 +0100 |
---|---|---|
committer | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2025-02-18 22:25:11 +0100 |
commit | 904209b7c1c56630915a013cfafa3fe1dc4a6bef (patch) | |
tree | cb02b970dd6821ab53da5910564e2eb8f6cfcd3a /RELEASE-NOTES-1.44 | |
parent | 2cfb777d083bf3bc4115389d223fddb745647fed (diff) | |
download | mediawikicore-904209b7c1c56630915a013cfafa3fe1dc4a6bef.tar.gz mediawikicore-904209b7c1c56630915a013cfafa3fe1dc4a6bef.zip |
Declare $wgAllowAuthenticatedCrossOrigin non-experimental
The feature is enabled and working in Wikimedia production – I think
that’s good enough to call it properly supported.
Bug: T322944
Change-Id: I8fc310d4ab4fc3e17cbeaadfc8eadb4d2120ebda
Diffstat (limited to 'RELEASE-NOTES-1.44')
-rw-r--r-- | RELEASE-NOTES-1.44 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/RELEASE-NOTES-1.44 b/RELEASE-NOTES-1.44 index d67ce4a9be7c..6a9482fdf2fa 100644 --- a/RELEASE-NOTES-1.44 +++ b/RELEASE-NOTES-1.44 @@ -41,8 +41,8 @@ For notes on 1.43.x and older releases, see HISTORY. $wgAutopromoteOnceLogInRC is true, as long as they were the only new groups the user was autopromoted into. * (T322944) $wgAllowAuthenticatedCrossOrigin - If true (defaults to false), - enable the experimental crossorigin= API parameter to allow authenticated - cross-origin API requests. + enable the crossorigin= API parameter to allow authenticated cross-origin + API requests. * (T240542) $wgAutoblockExemptions - IP addresses and CIDR ranges listed here will not be affected by autoblocks, similar to MediaWiki:Block-autoblock-exemptionlist. Defaults to an empty list. @@ -96,7 +96,6 @@ For notes on 1.43.x and older releases, see HISTORY. If used with a supported session provider, such as OAuth, this permits authenticated cross-origin requests against the Action API, similar to how origin=* allows unauthenticated cross-origin requests. - This feature is currently considered experimental. * (T24521, T62109) Embedding a file (e.g., [[File:MediaWiki.png]]) on a page protected with cascading protection will no longer restrict edits to the file description page, only file uploads. Transcluding a file description |