chore: remove hardcoded ?hl=en from docs (#6097)

This commit is contained in:
Pete LePage 2020-06-24 15:16:30 -04:00 committed by Mathias Bynens
parent 48c5a8ed01
commit c1490349bc

View File

@ -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.