Extension deprecation: Completely remove frontend routes if feature is disabled
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: philipp-spiess
Depends on #39523 Based on #39607
I noticed that some routes would still work even with both feature flag turned on/off accordingly. Specifically:
/extensions/JohnnyMustaine/1
So I audited all the React routes we have exposed for extensions and made sure they are all off when legacy extensions are disabled.
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.