diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index ca55166378..f22d97d283 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -20,15 +20,15 @@ const GA_FEATURES = [ 'compExpiring', 'searchHelper', 'emailAlerts', - 'fixNewsletterLinks' + 'fixNewsletterLinks', + 'sourceAttribution', + 'memberAttribution' ]; // NOTE: this allowlist is meant to be used to filter out any unexpected // input for the "labs" setting value const BETA_FEATURES = [ - 'activitypub', - 'sourceAttribution', - 'memberAttribution' + 'activitypub' ]; const ALPHA_FEATURES = [