{
.
.
"workers": {
"numberOfWorkers": 2
},
"extensions": {
"chrome-pdf": {
"launchOptions": {
"args": ["--ignore-certificate-errors", "--no-sandbox"]
}
}
}
}
did work for v4
{
.
.
"workers": {
"numberOfWorkers": 2
},
"extensions": {
"chrome-pdf": {
"launchOptions": {
"args": ["--ignore-certificate-errors", "--no-sandbox"]
}
}
}
}
did work for v4