diff --git a/features/html-new-tab-page.json b/features/html-new-tab-page.json
index 58d8c802..3bfc5371 100644
--- a/features/html-new-tab-page.json
+++ b/features/html-new-tab-page.json
@@ -8,6 +8,9 @@
"features": {
"isLaunched": {
"state": "disabled"
+ },
+ "nextStepsWidget": {
+ "state": "disabled"
}
}
}
diff --git a/overrides/windows-override.json b/overrides/windows-override.json
index a3e94f48..a625aa4b 100644
--- a/overrides/windows-override.json
+++ b/overrides/windows-override.json
@@ -454,10 +454,16 @@
},
"windowsNewTabPageExperiment": {
"state": "enabled",
- "minSupportedVersion": "0.96.0",
+ "minSupportedVersion": "0.96.0"
+ },
+ "htmlNewTabPage": {
+ "state": "internal",
"features": {
+ "isLaunched": {
+ "state": "internal"
+ },
"nextStepsWidget": {
- "state": "disabled"
+ "state": "internal"
}
}
},