This repository has been archived on 2020-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
mozilla.cfg/config/defaults/pref/local-settings.js

17 lines
446 B
JavaScript
Raw Normal View History

2019-05-14 01:15:13 +00:00
//
2022-04-11 12:34:02 +00:00
// ********************************************************************************
2019-05-14 01:15:13 +00:00
//
2022-04-11 12:34:02 +00:00
// local-settings.js | Firefox
2019-05-14 01:15:13 +00:00
//
2022-04-11 12:34:02 +00:00
// ********************************************************************************
//
// Startup
2019-05-14 01:15:13 +00:00
// >>>>>>>>>>>>>>>>>>>>>
2022-04-11 12:34:02 +00:00
// Load the config. file
2019-05-14 01:15:13 +00:00
pref("general.config.filename", "mozilla.cfg");
// -------------------------------------
2022-04-11 12:34:02 +00:00
// Do not obscure the content with ROT-13
2019-05-14 01:15:13 +00:00
pref("general.config.obscure_value", 0);
2022-04-11 12:34:02 +00:00