Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy committed Feb 28, 2023
1 parent 2d56fbf commit bd523aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/pipelines/http/emulator/rod/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ func createLauncher() *Launcher {
Set(DisableGPU, "true").
Set(HideScrollBars, "true").
Set(DisableCrashReporter, "true").
Set(DisableNotifications, "true")
Set(DisableNotifications, "true").
NoSandbox(true)
}

func CreateLauncher(options Options) *Launcher {
Expand Down

0 comments on commit bd523aa

Please sign in to comment.