Rob--W / cookie-manager

Cookie Manager for Firefox (Desktop/Android), Chrome. Supports viewing and editing of cookies and private cookies.
Mozilla Public License 2.0
105 stars 24 forks source link

Cannot edit cookies for IPv6 addresses #28

Closed Rob--W closed 1 year ago

Rob--W commented 5 years ago

STR:

  1. Use the "New cookie" button to create a cookie for an IPv6 address.
  2. Use the search form to find that cookie, by name *.
  3. Click on the Edit button in the resulting row.

Expected: An edit form.

Actual: Nothing. Error in console:

TypeError: http://2a03:4000:6:310e:216:3eff:fe53:99b3/ is not a valid URL.[Learn More] cookie-manager.js:783:21
renderEditCookieForm
moz-extension://89edbbd0-30d1-4fe7-b19d-4392972510ef/cookie-manager.js:783:21
<anonymous>
moz-extension://89edbbd0-30d1-4fe7-b19d-4392972510ef/cookie-manager.js:2098:9

* note: Finding cookies by IPv6 domain is currently broken in Firefox due to https://bugzilla.mozilla.org/show_bug.cgi?id=1520058

Rob--W commented 1 year ago

Works for me; this got fixed in https://bugzilla.mozilla.org/show_bug.cgi?id=1520058