How to open XUL application in private (incognito) mode?

28 views Asked by At

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?

0

There are 0 answers