diff --git a/index.js b/index.js index 133e4d1..a86e6ee 100644 --- a/index.js +++ b/index.js @@ -80,6 +80,8 @@ function Cookies(request, response, options) { } } +Cookie.prototype = Object.create(null); // To isolate prototype + Cookies.prototype.get = function(name, opts) { var sigName = name + ".sig" , header, match, value, remote, data, index