Munter / subfont

Command line tool to optimize your webfont loading. Aggressive subsetting based on your font use, self-hosting of Google fonts and preloading
MIT License
1.56k stars 29 forks source link

Allow Disabling Chromium Sandbox When Using --dynamic #148

Open s0kil opened 3 years ago

s0kil commented 3 years ago

I'm running subfont in CI and chromium fails because the kernel does not support sandboxing. https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#setting-up-chrome-linux-sandbox

s0kil commented 3 years ago

I've worked around this temporarily by forking https://github.com/s0kil/subfont/compare/master...puppeteer-no-sandbox

papandreou commented 3 years ago

PR welcome. I guess it'd have to be exposed via a switch?