Skip to content

Commit

Permalink
fix #104 - set no sandbox for chromote args
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarewyck committed Sep 3, 2024
1 parent c5b4d7e commit 4396bf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alienSpecies/inst/app/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ get <- base::get
if (!exists("doDebug"))
doDebug <- FALSE

chromote::set_chrome_args("--headless --no-sandbox")


### Data
### -----------
Expand Down

0 comments on commit 4396bf9

Please sign in to comment.