pref() to defaultPref() here would make .librewolf.cfg compatible with windows portable zip files
This commit is contained in:
parent
d049197f6b
commit
50c28044f4
1 changed files with 1 additions and 1 deletions
|
|
@ -567,5 +567,5 @@ defaultPref("network.http.windows-sso.enabled", false); // disable MS auto authe
|
|||
*/
|
||||
let profile_directory;
|
||||
if (profile_directory = getenv('USERPROFILE') || getenv('HOME')) {
|
||||
pref('autoadmin.global_config_url', `file://${profile_directory}/.librewolf/librewolf.overrides.cfg`);
|
||||
defaultPref('autoadmin.global_config_url', `file://${profile_directory}/.librewolf/librewolf.overrides.cfg`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue