madmurphy / cookies.js

Simple cookie framework with full Unicode support
GNU General Public License v3.0
265 stars 54 forks source link

HttpOnly support #7

Closed kirsn closed 7 years ago

kirsn commented 7 years ago

I didn't see the support for HttpOnly, so attempted a PR (https://github.com/madmurphy/cookies.js/pull/6).

madmurphy commented 7 years ago

@kirsn Thanks for your contribution. But from what I know HttpOnly cannot be available to javascript (and that's fair, since it's the meaning of the “HttpOnly” flag).

kirsn commented 7 years ago

@madmurphy .. that obvious fact escaped me, when I attempted this :) Yes, makes sense. Will close this issue.