Skip to content

Commit 5e99087

Browse files
authored
Added argument to lorca to fix Chrome closing issue
Followed advice from zserge/lorca#184 (comment)
1 parent cb83fd6 commit 5e99087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ func main() {
211211
}
212212

213213
args := []string{}
214+
args = append(args, "--remote-allow-origins=*")
214215
if runtime.GOOS == "linux" {
215216
args = append(args, "--class=Lorca")
216217
}

0 commit comments

Comments
 (0)