Skip to content

Commit

Permalink
disable-features Translate (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 authored Sep 17, 2024
1 parent 0396afb commit cecf8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/source/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (s *WebSource) launchChrome(ctx context.Context, p *config.PipelineConfig,
chromedp.Flag("disable-default-apps", true),
chromedp.Flag("disable-dev-shm-usage", true),
chromedp.Flag("disable-extensions", true),
chromedp.Flag("disable-features", "AudioServiceOutOfProcess,site-per-process,TranslateUI,BlinkGenPropertyTrees"),
chromedp.Flag("disable-features", "AudioServiceOutOfProcess,site-per-process,Translate,TranslateUI,BlinkGenPropertyTrees"),
chromedp.Flag("disable-hang-monitor", true),
chromedp.Flag("disable-ipc-flooding-protection", true),
chromedp.Flag("disable-popup-blocking", true),
Expand Down

0 comments on commit cecf8b7

Please sign in to comment.