this post was submitted on 27 Sep 2023
8 points (100.0% liked)
LibreWolf
3156 readers
1 users here now
Welcome to the official community for LibreWolf.
LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. If you have any question please visit our FAQ first: https://librewolf.net/docs/faq/
To learn more or to download the browser visit the website: https://librewolf.net/
If you want to contribute head over to our Codeberg: https://codeberg.org/librewolf
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've found a janky workaround using ForceBindIP.
.\ForceBindIP64.exe 192.168.128.1 .\LibreWolf\librewolf.exe -profile Profiles\Default
This bypasses Librewolf Portable entirely, launching the browser executable itself and manually specifying the profile path so that we don't leave a trace in the AppData folder and actually make the data "portable". For this to actually work, you have to go inabout:config
and setbrowser.launcherProcess.enabled
tofalse
so that ForceBindIP actually binds.Support for this could definitely be implemented within the Portable launcher, but I'm not putting my hopes up.