Browsers RFC 6265 compatibility research - http://inikulin.github.io/cookie-compat.
JavaScript HTML CSS
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
assets
bin
data
lib
.gitignore
LICENSE
README.md
index.html
package.json

README.md

Browsers RFC 6265 compatibility research - http://inikulin.github.io/cookie-compat.

To run tests locally

You will need Node.js 4+ and npm installed.

Run:

git clone https://github.com/inikulin/cookie-compat.git
cd cookie-compat && npm install && npm link

Add contents of data/hosts file to your system hosts.

Run:

cookie-compat

Open provided link in your browser and you're set. To save results to data/results.json so they appear on the results web page start runner with the --save flag:

cookie-compat --save

Author

Ivan Nikulin ([email protected])