Laurent Jouanneau

Results 109 comments of Laurent Jouanneau

phantom allows you to do this because 1. it is based on an older web engine in which there are less security features 2. it probably disables some security features,...

The httpd.js component has been extracted from the Mozilla repository. Note for myself: see if it is included in recent version of Firefox/Xulrunner (in the addons sdk?)

using "0.0.0.0" into httpd.js does not work on my machine. A solution would be to retrieve all Ip interfaces and add them into the http server identity. However it seems...

@hallvors I don't call directly this version. I had to hack httpd.js to fix some behavior... The original file is http://mxr.mozilla.org/mozilla-central/source/netwerk/test/httpserver/httpd.js and the SlimerJS version one is src/components/httpd.js

Well, you have all the API to [add](http://docs.slimerjs.org/current/api/webpage.html#webpage-addcookie), [remove](http://docs.slimerjs.org/current/api/webpage.html#deletecookie-cookiename) cookies on a web page. It's not what you want?

We should see if there is a solution in Gecko. Probably by allowing to load the web site in the "private browsing mode"...

For the moment, I don't know how to implement this feature. But PhantomJS 2.0 implements it, so we should do it.

Firefox 56 has tab containers. We should see if we can use this feature in SlimerJS.

I think this is more a Mozilla bug than a SlimerJS bug...

Hi, As indicated [into the documentation](https://docs.slimerjs.org/current/configuration.html#command-line-options), for windows, try it by removing a dash on the option name: `-proxy` instead of `--proxy`