-
Notifications
You must be signed in to change notification settings - Fork 113
Add newTabPageSessionMonitoring in Windows override #4317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new feature flag newTabPageSessionMonitoring to the Windows override configuration file. The feature flag controls session monitoring for New Tab Page and Home Button entry and exit points, and is currently disabled by default.
Key Changes:
- Added
newTabPageSessionMonitoringfeature flag with nested configuration forentryPointsandexitPoints - All monitoring states are set to disabled
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
|
👋 Don't forget to add an individual reviewer (in addition to those auto-added), as this will create a task for them in Asana.
👉 Please mark this as DRAFT unless there's an intention to merge this immediately. |
Generated file outputs:Time updated: Fri, 16 Jan 2026 21:54:21 GMT legacy27 files identical
v3/windows-config.json--- v3/windows-config.json
+++ v3/windows-config.json
@@ -110423,8 +110423,20 @@
"videoPlayback": "enabled",
"urlChanged": "enabled"
}
},
+ "newTabPageSessionMonitoring": {
+ "state": "enabled",
+ "features": {
+ "entryPoints": {
+ "state": "enabled"
+ },
+ "exitPoints": {
+ "state": "disabled"
+ }
+ },
+ "exceptions": []
+ },
"windowsWebviewFailures_DDGWV": {
"state": "enabled",
"exceptions": [],
"features": {
v4/windows-config.json--- v4/windows-config.json
+++ v4/windows-config.json
@@ -109465,8 +109465,19 @@
"videoPlayback": "enabled",
"urlChanged": "enabled"
}
},
+ "newTabPageSessionMonitoring": {
+ "state": "enabled",
+ "features": {
+ "entryPoints": {
+ "state": "enabled"
+ },
+ "exitPoints": {
+ "state": "internal"
+ }
+ }
+ },
"windowsWebviewFailures_DDGWV": {
"state": "enabled",
"exceptions": [],
"features": {
latest13 files identical
v5/windows-config.json--- v5/windows-config.json
+++ v5/windows-config.json
@@ -109465,8 +109465,19 @@
"videoPlayback": "enabled",
"urlChanged": "enabled"
}
},
+ "newTabPageSessionMonitoring": {
+ "state": "enabled",
+ "features": {
+ "entryPoints": {
+ "state": "enabled"
+ },
+ "exitPoints": {
+ "state": "internal"
+ }
+ }
+ },
"windowsWebviewFailures_DDGWV": {
"state": "enabled",
"exceptions": [],
"features": {
|
JSON approval analysis:Time updated: Fri, 16 Jan 2026 21:54:26 GMT legacy❌ Manual Review Required
latest❌ Manual Review Required
🎯 OVERALL APPROVAL STATUS❌ MANUAL REVIEW REQUIRED |
Asana Task/Github Issue: https://app.asana.com/1/137249556945/task/1212550787228109?focus=true
Description
This adds a feature flag to enable or disable the session monitoring for New Tab Page/Home Button Entry and Exit points.
Feature change process:
Note
Introduces session monitoring control for New Tab Page/Home flows via a new feature flag in
overrides/windows-override.json.newTabPageSessionMonitoringwith sub-features:entryPointsset toenabled,exitPointsset tointernalWritten by Cursor Bugbot for commit 14da9aa. This will update automatically on new commits. Configure here.