Skip to content

Commit ad42151

Browse files
author
Mike Kozicki
authored
Merge pull request #652 from vibaldem/patch-1
Disabling noisy Edge features
2 parents 4ac1576 + cf370bc commit ad42151

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)