cookie-manager icon indicating copy to clipboard operation
cookie-manager copied to clipboard

Cannot edit cookies for IPv6 addresses

Open Rob--W opened this issue 6 years ago • 0 comments

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 avatar Jan 22 '19 23:01 Rob--W