1
I'm a web developer and I'm trying to test a web site with ALL cookies disabled using Firefox 24.6. From looking through the Tools...Options.....Privacy, I only see an option to "Tell sites that I do not want to be tracked" and I also found options about 3rd party cookies. In my specific case, I'm not concerned about 3rd party cookies. I'm trying to test if my webapp works correctly when it's first party cookies are rejected by a client browser.
Is there an option in about:config or some way to completely disable cookies in Firefox for testing purposes? Thanks.
2that was what I was looking for.......I never thought to look for cookies under history.......superuser won't let me accept your answer for another 10 minutes though – visitingFirefoxUsers8 – 2014-07-10T16:16:40.423
@visitingFirefoxUsers8 The equivalent preference in
– and31415 – 2014-07-10T16:45:03.037about:config
is callednetwork.cookie.cookieBehavior
; setting its value to2
would disable all cookies. More info can be found here: http://kb.mozillazine.org/Network.cookie.cookieBehavior