diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js
index 3c6e68dd7b..214899e8dc 100644
--- a/ghost/core/core/shared/labs.js
+++ b/ghost/core/core/shared/labs.js
@@ -21,7 +21,8 @@ const GA_FEATURES = [
'audienceFeedback',
'themeErrorsNotification',
'emailErrors',
- 'outboundLinkTagging'
+ 'outboundLinkTagging',
+ 'announcementBar'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
@@ -42,7 +43,6 @@ const ALPHA_FEATURES = [
'makingItRain',
'postHistory',
'postDiffing',
- 'announcementBar',
'imageEditor'
];