Skip to content

Commit cf370bc

Browse files
authored
Disabling noisy Edge features
Adding list of Edge features to disable that generate noise and can cause interference and contention
1 parent 4ac1576 commit cf370bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/chrome_desktop.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969
'OfflinePagesPrefetching',
7070
'OptimizationHints',
7171
'Translate',
72+
# Disable noisy Edge features
73+
'msAutofillEdgeCoupons',
74+
'msShoppingTrigger',
75+
'msEdgeShoppingUI',
76+
'msEntityExtraction',
77+
'msEntityExtractionProactive',
78+
'msWebAssist',
7279
]
7380

7481
ENABLE_BLINK_FEATURES = [

0 commit comments

Comments
 (0)