Skip to content

Don't fetch soapbox.json if frontend_configurations is available

Alex Gleason requested to merge skip-fetch-soapbox into main

The extra fetch to soapbox.json is confusing to people and the use-case for it is very narrow, so just get rid of it. If frontend_configurations is supported by defines no soapbox_fe, then just treat it like an empty soapbox config.

Merge request reports