Skip to content

Commit

Permalink
Chromium 101 has h3 support enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed May 3, 2022
1 parent 78c1bd1 commit d24cc0e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ Browser.prototype.init = async (phantomasOptions) => {
// page.evaluate throw "Protocol error (Runtime.callFunctionOn): Target closed." without the following
// https://github.com/GoogleChrome/puppeteer/issues/1175#issuecomment-369728215
"--disable-dev-shm-usage",

// enable http/3 support
// https://www.bram.us/2020/04/08/how-to-enable-http3-in-chrome-firefox-safari/
"--enable-quic",
"--quic-version=h3-29",
],
};

Expand Down

0 comments on commit d24cc0e

Please sign in to comment.