Skip to content

Commit

Permalink
Merge pull request #72 from vortex14/proxy-service-new-features
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
vortex14 authored Feb 28, 2023
2 parents 04227fa + bd523aa commit 3dea9a5
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 3dea9a5

Please sign in to comment.