Page MenuHomePhabricator

Don't hardcode restbase base url in production
Open, Needs TriagePublic

Description

The code builds the restbase url like https://{lang}.wikipedia.org but that creates a CORS issue with used from https://{lang}.m.wikipedia.org. It could just use a relative url in this case. In testing and beta cluster, we need to be able to configure the url to use production restbase for better results.