brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 286 forks source link

Disable PhantomJS Cookies #103

Closed SeanHub closed 9 years ago

SeanHub commented 9 years ago

Hi, as far as I can tell there are no options to disable cookies using the command line PhantomJS options http://phantomjs.org/api/command-line.html

Many websites in the European Union require the use of cookies to be authorised. As such, when taking a screenshot, many websites display a banner asking the user if they want to allow the use of cookies. Disabling cookies prevents the banner from showing which makes for a nicer screenshot.

Can cookies be disabled in WebShot?

brenden commented 9 years ago

Makes sense, I've just added the ability to disable them in 0.16.0. Use {cookies: null} in the options argument.