Reputation: 9655
In Firebug I am able to remove and edit any cookies using the Cookies panel.
But in the Firefox DevTools I can't find any way to remove or edit cookies.
Where can I do that?
Upvotes: 45
Views: 103432
Reputation: 3143
I'm using Firefox 94 and have the same issue as @Tmarty when using Private Window.
To bypass this issue, simply press F5 to refresh the page after adding cookies. The new cookies will show up and can be edited. Below are some screenshots:
Upvotes: 1
Reputation: 477
I was having problems adding cookies in Firefox 65 and came here from Google.
My problem was that I could not add new cookies. I was using a Private Window. Using a normal (non-private) window however, I was able to add new cookies.
Upvotes: 5
Reputation: 20095
To edit cookies in the Firefox DevTools you have to ensure the Storage Inspector is enabled via the settings.
Within the Storage Inspector you'll then be able to edit existing cookies by double-clicking the values within the list:
You can also remove cookies by right-clicking them and choosing one of the options from the context menu.
Also, an option to add cookies was added in Firefox 55. To add one, either right-click the list of cookies and choose Add Item or click the + button in the panel toolbar.
Upvotes: 66