1
1
mirror of https://github.com/ariya/phantomjs.git synced 2024-10-26 06:17:33 +03:00

HTTP authentication is not only basic.

This commit is contained in:
Ariya Hidayat 2011-09-16 07:31:22 -07:00
parent 4544b129c9
commit e8b5655474

View File

@ -18,7 +18,7 @@ Please see also http://code.google.com/p/phantomjs/wiki/ReleaseNotes.
* Added support for persistent cookies (issue 91)
* Added event handling, currently only for mouse events (issue 234)
* Added page scroll position (issue 162)
* Added basic HTTP authentication support (issue 45)
* Added HTTP authentication support (issue 45)
* Added callback for page initialization (issue 143)
* Added support to specify script and output encoding (issue 186)
* Added option to allow local content to do cross-domain access (issue 28)