https://bugzilla.wikimedia.org/show_bug.cgi?id=54671

--- Comment #5 from Antoine "hashar" Musso <[email protected]> ---
What led me to suspect it is:

0.2789   6.0M  Start request POST /wiki/Special:Preferences/reset
HOST: commons.wikimedia.beta.wmflabs.org
HTTP HEADERS:
X-REAL-IP: ....  # Some IP address at saucelabs
X-FORWARDED-PROTO: https
...
REFERER:
https://commons.wikimedia.beta.wmflabs.org/wiki/Special:Preferences/reset
COOKIE: ...centralauth_User=Selenium+user ....
commonswikiUserName=Selenium+user...


See also "Update how VisualEditor's experimental config works" 
https://gerrit.wikimedia.org/r/#/c/84433/  which got deployed on beta on Sep
18th.


hashar@deployment-bastion:~$ mwscript eval.php --wiki=enwiki
> return $wgDefaultUserOptions['visualeditor-enable'] ;
0
>
$


So you could add an exception in CommonSettings-labs.php or
InitialiseSettings-labs.php to override that value for beta and make sure VE is
always opted in.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to