Skip to content

Commit

Permalink
fix: running as root without "--no-sandbox" is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Jul 21, 2024
1 parent fa110c1 commit 2b47157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/OSnap_Browser/OSnap_Browser_Launcher.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ let make ~sw ~env () =
; "about:blank"
; "--headless=old"
; "--disable-gpu"
; "--no-sandbox"
; "--hide-scrollbars"
; "--remote-debugging-port=0"
; "--mute-audio"
Expand Down

0 comments on commit 2b47157

Please sign in to comment.