Same here, which is why I've emulated it in Pale Moon for the past 10-15 years.
Privacy Menu Settings:

about:config settings (image, see text version below for actual minimum viable):

about:config settings (text):
Moderator: trava90
Same here, which is why I've emulated it in Pale Moon for the past 10-15 years.
It can be done with Pale Moon and the ηMatrix/uMatric/eMatrix extension. It may take a little getting used to, and there are probably better solutions, but it can be done.cafevincent wrote: ↑2025-02-18, 16:03There seems to be no browser or no extension on the planet to refuse the cookies using a whitelist
Thanks! This is what I've been looking for. Is there something to disable the prompt asking to remember password ?
Code: Select all
set sanitizeshutdown=cache,commandline,downloads,formdata,history,marks,offlineapps,passwords,registers,sessions
I agree. I do not wish to argue semantics. All I'm saying is it would be nice if you could start with Private Browsing (aka blacklist all persistence) and enable check boxes to whitelist only the things that you want to persist. But I assume there's more to Private Browsing than just persistence as Ben pointed out. It would be cool to have those greyed out options instead of twiddling with about:config.
I guess it's still not entirely clear to you what private browsing is. Once again it is for local privacy. The moment you allow anything to persist, it's no longer private, and loses its power as both a privacy measure and measure to strictly separate what you do in a private window from everything else. Internally, private browsing is a "one-way sandbox" of sorts. Web content data (of all types) is stored in (volatile) memory, separate from what is normally used. It can read from persistent storage but only write to the memory storage, to allow the entire sandbox environment to be thrown out on window-close, leaving no trace of the window's activities in your profile.
Sorry, I forgot to include that part of my config. (Boy I wish I could edit that post I made just days ago!)
Thanks again!
I did not know that the whole process was being "sandboxed" so to speak. I thought private browsing would just clean up everything on the disk when the browser is shutdown. That explains why the sanitizeshutdown setting only executed when I use Ctrl+q and not when I use my window manager's binding. Well, learnt something new today.Moonchild wrote: ↑2025-03-09, 09:42Internally, private browsing is a "one-way sandbox" of sorts. Web content data (of all types) is stored in (volatile) memory, separate from what is normally used. It can read from persistent storage but only write to the memory storage, to allow the entire sandbox environment to be thrown out on window-close, leaving no trace of the window's activities in your profile.
Technically I think these settings in about:config are also UI elements:
Code: Select all
browser.urlbar.suggest.bookmark;false
browser.urlbar.suggest.history;false
browser.urlbar.suggest.openpage;false
Code: Select all
browser.urlbar.autoFill;false
browser.urlbar.autoFill.typed;false
That is much better.
Code: Select all
browser.urlbar.autoFill;false
browser.urlbar.autoFill.typed;false
I don't mind using the about:config. Its just that I have more peace of mind knowing that I haven't missed out any setting. Maybe I should just give it some time to get accustomed to it. Private browsing has spoiled me.BenFenner wrote: ↑2025-03-09, 16:23Unfortunately (or fortunately depending on how you look at it) you sound like the kind of power user that should get used to and comfortable with the about:config menu. For practical reasons, it makes sense there are common settings with a polished UI, and then a huge swath of uncommon settings thankfully and blissfully provided to the user (through a UI with fewer frills/dev resources).