vifreefly / kimuraframework

Kimurai is a modern web scraping framework written in Ruby which works out of box with Headless Chromium/Firefox, PhantomJS, or simple HTTP requests and allows to scrape and interact with JavaScript rendered websites
MIT License
1.01k stars 154 forks source link

Passing flag to headless chrome #23

Open hwhelchel opened 5 years ago

hwhelchel commented 5 years ago

I'd like to pass --allow-running-insecure-content to headless chrome when using Kimurai. How can I do that?

ylluminarious commented 3 years ago

@hwhelchel @vifreefly Is there a way to do this yet?