Few settings in mozilla.cfg are not taking effect for firefox web browser.
Issue
- Function
getenv()is not working in mozilla.cfg
# cat /usr/lib64/firefox/defaults/preferences/autoconfig.js
pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0);
# cat /usr/lib64/firefox/mozilla.cfg
lockPref("autoadmin.global_config_url","http://mctl-mozilla.ms.com/fcgi-bin/mcontrol.pl/uid=" + getenv("USER") );
lockPref("autoadmin.append_emailaddr",false);
Environment
- Red Hat Enterprise Linux 7
- Red Hat Enterprise Linux 6
- firefox-38.2.0-4.el6_7.x86_64
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
