Feature Flags
Session-scoped overrides are stored in the ff_overrides cookie and apply across all apps on this domain.
cms-next
USE_FLIGHT_SERVICE
ONUse the new flight service API implementation
Default:
trueENABLE_TEST_CONTENTFUL
OFFEnable Contentful test tools page and API endpoint
Default:
falseUSE_BLIPTRACK_SECURITY_TIMES
ONUse bliptrack security times instead of wrapper API
Default:
trueIS_UNIFIED_CART_ENABLED
ONEnable unified cart epic functionality
Default:
true
marketplace-next
Loading marketplace flags...
Help
You can also set feature flag overrides via query string parameters. Append flags to any page URL using the format:
?ff_FLAG_NAME=true&ff_OTHER_FLAG=falseQuery string overrides are applied on page load and merged into the ff_overrides cookie, so they persist for the rest of the session.