Add option for headless mode #10
Merged
connorskees
merged 2 commits from feature-headless
into master
6 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feature-headless'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Resolves https://github.com/weskerfoot/DeleteFB/issues/5 by adding the
--headless
,--disable-gpu
, andlog-level=2
flags which allow for Chromium to be run in headless mode.Why is
--no-sandbox
needed? It does not sound like something that I would like to use, from a security point of vue@Nodraak You're right. I've removed the
--no-sandbox
flag :)Looks great! Thanks for taking the time to clean things up as well.
daa5a32c92
.