Navigation Menu

Skip to content

Commit

Permalink
Update tough-cookie to 1.1.0. Fix #1112
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Apr 30, 2015
1 parent abb3583 commit d18d611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"nwmatcher": ">= 1.3.4 < 2.0.0",
"parse5": "^1.4.2",
"request": "^2.55.0",
"tough-cookie": "^0.13.0",
"tough-cookie": "^1.1.0",
"xml-name-validator": ">= 2.0.1 < 3.0.0",
"xmlhttprequest": ">= 1.6.0 < 2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/living-html/cookie.js
Expand Up @@ -12,7 +12,7 @@ var testCookies = [
"Test1=Basic; expires=Wed, 13-Jan-2051 22:23:01 GMT",
"Test2=PathMatch; expires=Wed, 13-Jan-2051 22:23:01 GMT; path=/TestPath",
"Test3=PathNotMatch; expires=Wed, 13-Jan-2051 22:23:01 GMT; path=/SomePath/",
"Test4=DomainMatchButPubSuffixRejected; expires=Wed, 13-Jan-2051 22:23:01 GMT; domain=127.0.0.1",
"Test4=DomainMatchButPubSuffixRejected; expires=Wed, 13-Jan-2051 22:23:01 GMT; domain=.com",
"Test5=DomainNotMatch; expires=Wed, 13-Jan-2051 22:23:01 GMT; domain=.example.com",
"Test6=HttpOnly; expires=Wed, 13-Jan-2051 22:23:01 GMT; path=/; HttpOnly",
"Test7=Secure; expires=Wed, 13-Jan-2051 22:23:01 GMT; path=/; Secure",
Expand Down

0 comments on commit d18d611

Please sign in to comment.