From c1490349bca484f60c7a0c5813f9105c04ec4430 Mon Sep 17 00:00:00 2001 From: Pete LePage Date: Wed, 24 Jun 2020 15:16:30 -0400 Subject: [PATCH] chore: remove hardcoded `?hl=en` from docs (#6097) --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 6e7adc2e59bf9..3b37540a7c446 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -21,7 +21,7 @@ ## Chrome headless doesn't launch on Windows -Some [chrome policies](https://support.google.com/chrome/a/answer/7532015?hl=en) might enforce running Chrome/Chromium +Some [chrome policies](https://support.google.com/chrome/a/answer/7532015) might enforce running Chrome/Chromium with certain extensions. Puppeteer passes `--disable-extensions` flag by default and will fail to launch when such policies are active.