I am working on a XUL application. I want to open cookie free app on start just like Private Window. I used
pref("network.cookie.lifetimePolicy", 2);
But this seems to be not working at all. Is there any other method to achieve this?
I am working on a XUL application. I want to open cookie free app on start just like Private Window. I used
pref("network.cookie.lifetimePolicy", 2);
But this seems to be not working at all. Is there any other method to achieve this?