Remove ULSCompactLinksForNewAccounts and ULSCompactLinksEnableAnon
These are disabled by default and on production. They are only enabled in the beta cluster, which is not needed. Change-Id: Ifa847fd8a1f3d7d2695a7c1c4a1a93f136091604
This commit is contained in:
committed by
jenkins-bot
parent
e0e69d35b2
commit
98f0bb42bd
@@ -24,7 +24,6 @@
|
||||
"EnterMobileMode": "UniversalLanguageSelectorHooks::onEnterMobileMode",
|
||||
"GetBetaFeaturePreferences": "UniversalLanguageSelectorHooks::onGetBetaFeaturePreferences",
|
||||
"GetPreferences": "UniversalLanguageSelectorHooks::onGetPreferences",
|
||||
"LocalUserCreated": "UniversalLanguageSelectorHooks::onLocalUserCreated",
|
||||
"MakeGlobalVariablesScript": "UniversalLanguageSelectorHooks::addVariables",
|
||||
"PersonalUrls": "UniversalLanguageSelectorHooks::addPersonalBarTrigger",
|
||||
"ResourceLoaderGetConfigVars": "UniversalLanguageSelectorHooks::addConfig",
|
||||
@@ -130,14 +129,6 @@
|
||||
"ULSCompactLanguageLinksBetaFeature": {
|
||||
"description": "Set compact interlanguage links as beta feature or not. If set false, compact interlanguage links will be available by default to all users.",
|
||||
"value": true
|
||||
},
|
||||
"ULSCompactLinksForNewAccounts": {
|
||||
"description": "Enable compact interlanguage links for new user accounts.",
|
||||
"value": false
|
||||
},
|
||||
"ULSCompactLinksEnableAnon": {
|
||||
"description": "Enable compact interlanguage links for anonymous users.",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"callback": "UniversalLanguageSelectorHooks::setVersionConstant",
|
||||
|
||||
Reference in New Issue
Block a user