adnan kamili
adnan kamili

Reputation: 9455

Is HttpOnly cookie support built into npapi (firebreath)

I read this article https://wiki.mozilla.org/NPAPI:HttpOnlyCookies , since the article is almost two years old, has it been implemented in NPAPI or Firebreath

Upvotes: 0

Views: 162

Answers (2)

smorgan
smorgan

Reputation: 21579

It's not listed as an accepted proposal on the main NPAPI page, so it's never become part of NPAPI. That's why it's not in the NPAPI headers. Given that, it's unlikely any browser implements it. Chromium certainly hasn't, and mxr doesn't show any indication of NPNURLVHttpOnlyCookie in Gecko either. (Not surprising, since both Chromium and Mozilla contributors argued against it on the NPAPI list when it was proposed.)

The age of the proposal is irrelevant given that it was not accepted.

Upvotes: 1

taxilian
taxilian

Reputation: 14324

Support is not available in FireBreath, though it could probably be added if you wanted. I think support has been added to Firefox's NPAPI, don't know about Chrome. You'd have to try it.

Upvotes: 1

Related Questions