Importing Netscape-formatted cookies ignores cookie with #HttpOnly_
flag
#122
Labels
bug
Something isn't working
#HttpOnly_
flag
#122
Trying to import a cookies with a
#HttpOnly_
prefix will ignore that line since the code will skip anything starting with#
: https://github.com/Moustachauve/cookie-editor/blob/v1.11.0/interface/popup/cookie-list.js#L302As an example:
Will only import
NoHttpOnlyTest
cookie but notHttpOnlyTest
cookie.The text was updated successfully, but these errors were encountered: