rubycdp / ferrum

Headless Chrome Ruby API
https://ferrum.rubycdp.com
MIT License
1.69k stars 120 forks source link

Allows disable javascript from HTML source in the page #407

Closed erickgskovik closed 9 months ago

erickgskovik commented 9 months ago

Additional security measure for users not needing JavaScript.

Fixes #389

route commented 9 months ago

Oh a couple things to add, we need to add Changelog entry and a line to README about this new method.

erickgskovik commented 9 months ago

@route Ah, right! I assume that you will delegate the function from browser to the page as well.

route commented 9 months ago

Yep, all good, merged.