Firefox - Really portable

0 vote

avatar
!BRNDMG
Disabled

If you download Firefox and extract the content of the setup file by using a decompression tool, like 7-Zip, you'll find the folder "core".
It contains all files needed for a portable Firefox installation.
If you start firefox.exe using the following parameters, a fully portable version is started (incl.) support for Add-Ons like Devolutions Weblogin:
-no-remote -profile ".\_rdm"
If RDM could include an option (in path settings) for Firefox, to pass the parameters above to firefox.exe, that would be awesome!
I suggest the following options:
[X] Start Firefox in portable mode (maybe with a mouse over explaining how to extract Firefox)
=> That option should pass the "-no-remote" flag to firefox.exe
[X] Custom profile path for Firefox:
=> Field to enter the path for the desired profile (e.g. ".\_apps\Firefox\_rdm")
=> Profile directory will be created below the Firefox folder
This has multiple advantages:









All Comments (3)

avatar

Hello,
Thank you for the information. I was not aware of this. We will check what we can do in RDM.

Regards

David Hervieux

avatar


https://www.mozilla.org/en-US/security/advisories/mfsa2019-18/

is a good example:
- Zero Day security bug
- fixed in 67.03
- With the above instructions, I directly patched my firefox portable
- https://portableapps.com/de/apps/internet/firefox_portable
=> Latest version 67.02 ;-)

avatar


Just found out, that firefox even works embedded that way:

New commandline session:

General:
$APPLICATION_PATH$\_apps\Firefox\firefox.exe

Parameter:
-no-remote -profile "$APPLICATION_PATH$\_apps\Firefox\_rdm"

Process: firefox.exe

;)