From eb1cc7362767ccef84c738e602a4e27d8b7f5fd4 Mon Sep 17 00:00:00 2001 From: Henri Parquet Date: Wed, 21 Apr 2021 14:44:28 +0200 Subject: [PATCH] fix: update chromedp disable-features TranslateUI to Translate following sept2020 update --- allocate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allocate.go b/allocate.go index 5920cff9..781e936f 100644 --- a/allocate.go +++ b/allocate.go @@ -65,7 +65,7 @@ var DefaultExecAllocatorOptions = [...]ExecAllocatorOption{ Flag("disable-default-apps", true), Flag("disable-dev-shm-usage", true), Flag("disable-extensions", true), - Flag("disable-features", "site-per-process,TranslateUI,BlinkGenPropertyTrees"), + Flag("disable-features", "site-per-process,Translate,BlinkGenPropertyTrees"), Flag("disable-hang-monitor", true), Flag("disable-ipc-flooding-protection", true), Flag("disable-popup-blocking", true),