Skip to content

Commit 55a76f6

Browse files
fix puppeteer issue
1 parent 0006eb6 commit 55a76f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/adt/sapgui/sapgui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export class SapGui {
257257
headless: false,
258258
executablePath: config.sapGui?.browserPath || "chrome",
259259
ignoreDefaultArgs: ["--enable-automation", "--enable-blink-features=IdleDetection"],
260-
ignoreHTTPSErrors: !!config.allowSelfSigned,
260+
acceptInsecureCerts: !!config.allowSelfSigned,
261261
// @ts-ignore
262262
defaultViewport: null,
263263
args: ['--start-maximized']

0 commit comments

Comments
 (0)