From d24cc0e8deaf243e794de07776638aba9126f6d9 Mon Sep 17 00:00:00 2001 From: macbre Date: Tue, 3 May 2022 23:51:47 +0100 Subject: [PATCH] Chromium 101 has h3 support enabled by default --- lib/browser.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/browser.js b/lib/browser.js index 31e9f2016..096a5438b 100644 --- a/lib/browser.js +++ b/lib/browser.js @@ -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", ], };