Skip to content

Commit

Permalink
Merge pull request #5 from crybapp/master
Browse files Browse the repository at this point in the history
catchup
  • Loading branch information
Soliel authored Oct 17, 2019
2 parents bcd9f92 + 04cb630 commit 0dc3f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions configs/chromium_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
"chrome://policy"
],
"ExtensionInstallWhitelist": [
"aghfnjkcakhmadgdomlmlhhaocbkloab",
"cjpalhdlnbpafiamejdnhcphjbkeiagm"
],
"ExtensionInstallBlacklist": [
"*"
],
"ExtensionInstallForcelist": [
"aghfnjkcakhmadgdomlmlhhaocbkloab",
"cjpalhdlnbpafiamejdnhcphjbkeiagm"
]
}
}
1 change: 1 addition & 0 deletions src/browser/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const chromium = (env: NodeJS.ProcessEnv) => spawn('sudo', [
'-no-sandbox',
'-disable-gpu',
'-start-maximized',
'-force-dark-mode',
'-disable-file-system',
'-disable-software-rasterizer',

Expand Down

0 comments on commit 0dc3f3c

Please sign in to comment.