As part of Audience Designations, we are changing how REST module enabling works, and migrating existing modules to the new system. See the parent and grandparent tasks for more context and details.
As part of this, we are moving to a system where REST modules are enabled default, with config changes necessary only for special cases. The site.v1 and specs.v0 REST modules are currently enabled on all production wikis in config. Switch to enabling in core code, then remove the config entries.
This change means that site.v1 and specs.v0 will be enabled by default on all third-party wikis.
- add site.v1 and specs.v0 to the hard-coded CORE_ROUTE_FILES list in ModuleManager
- remove mention of site.v1 and specs.v0 from the RestAPIAdditionalRouteFiles config variable
- in coordination with product management, make appropriate announcements so the community is aware of this change