Skip to content

Commit 4407c16

Browse files
🏯
1 parent e226d58 commit 4407c16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/extract-kindle-book.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ async function main() {
8686
// disable chrome's password autosave popups
8787
'--disable-features=PasswordAutosave',
8888
// disable chrome's passkey popups
89-
'--disable-features=WebAuthn'
89+
'--disable-features=WebAuthn',
90+
// disable chrome creating 1GB temp directories on each run
91+
'--disable-features=MacAppCodeSignClone'
9092
],
9193
ignoreDefaultArgs: [
9294
// disable chrome's default automation detection flag

0 commit comments

Comments
 (0)