Vanguard Browser 16 April 2023, 18:52:52 https://github.com/MichaelSebero/Vanguard-BrowserVanguard is a privacy enhanced overlay to LibreWolf. FeaturesFunctionality configuration tweaks for loading websites.Enabled ability to import login credentials from Chromium-Based Browsers. Automatic containerization on most websites.Fingerprint spoofing.Optional User-Agent spoofing.An extended uBlock filter list.Privacy enhancing extensions such as.... Canvas Blocker. Cookie Autodelete. I still don't care about cookies. Privacy Redirect. User-Agent Switcher and Manager. Firefox Containers
Re: Vanguard Browser Reply #1 – 16 April 2023, 21:00:46 Just a heads up, make sure to remove the -shm and -wal files, they are merger files that were meant to be appended and can cause db corruption and performance problems as the profile is pretty much made portable and they will never merge.Also the standard practice would be for you to create an actual fork of Librewolf with those configs, exporting the profile like this with it's unique identifier and everything can get problematic if many people will use it.Good luck!
Re: Vanguard Browser Reply #2 – 16 April 2023, 22:18:37 Thanks for the advice, I've been meaning to make this an actual LibreWolf fork but I haven't found any good info on how to fix some issues I've ran into. One of these being when I compile LibreWolf from source it'll freeze up my computer even though I have a lot of swap space and RAM. 1 Likes
Re: Vanguard Browser Reply #3 – 17 April 2023, 02:26:09 Don't know for sure as I haven't built Librewolf, but in Mozilla browsers there is usually a .mozconfig file in which you set your build options, one of those options can limit the number of jobs, ie build threads - if you have a lot of jobs you need a lot of RAM for each of them, especially at linking time, and swap may not help.