gajus / usus

Webpage pre-rendering service. ⚡️
Other
805 stars 33 forks source link

Ability to pass down custom Chrome settings #29

Open shahkashani opened 6 years ago

shahkashani commented 6 years ago

It would be great if it was possible to pass down custom chrome settings (like --no-sandbox) without having to create and maintain the actual Chrome instance itself.

shahkashani commented 6 years ago

Actually, it wasn't that bad just taking over the chrome-loader responsibilities entirely, but adding a way to just pass down a Chrome config would significantly reduce the code on my end and remove a dependency 😄