alooi14 / editthiscookie

Automatically exported from code.google.com/p/editthiscookie
0 stars 0 forks source link

Ability to edit more information on cookie #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add/Edit cookie
2. Try to edit domain or path
3. they are disabled :-)

What is the expected output? What do you see instead?
I would like to be able to edit the path or at least the domain/subdomain.  for 
example I am on www.domain.com and I need to set a cookie for .domain.com, or 
even for .www.domain.com.  Currently it automatically uses the domain of the 
page I am in.

What version of the product are you using? On what operating system?
 - PC-BSD 8.2, Chromium 11.0.696.57 (0), Extension Version: 0.13.8

Please provide any additional information below.
This feature would be great as I am testing cross domain cookies to be able to 
switch between domains but keeping the session and some of the cookies alive, 
and currently I have to create them via code and upload and test when if I 
could simply create the cookie for the domain (not hostOnly) would save a lot 
of time

Original issue reported on code.google.com by debn...@gmail.com on 24 Jun 2011 at 2:33

GoogleCodeExporter commented 8 years ago
This would be a great addition.

Original comment by chris.br...@gmail.com on 3 Aug 2011 at 9:59

GoogleCodeExporter commented 8 years ago
I've tried to make it possible to specify the cookie's domain when creating, 
and it's working here. I don't know how to commit it though, since the 
project's code is not hosted here. I'm putting the modified code here.

Interesting, the original code has the input box code, but has been commented 
out.

I'm using dev channel.

Original comment by m...@hcc.im on 9 Sep 2011 at 2:12

Attachments:

GoogleCodeExporter commented 8 years ago
I have, since then, added the option to edit a cookie's domain for existing 
cookies.
Regarding the cookie creation I will test the fix/uncomment and check whether 
it works flawlessly.
Thanks for the report. 

Original comment by fcap...@gmail.com on 9 Sep 2011 at 5:48

GoogleCodeExporter commented 8 years ago

Original comment by fcap...@gmail.com on 1 Nov 2011 at 10:40