Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mozilla Firefox - зробити мовні настройки незмінюваними #4

Open
40rn05lyv opened this issue Apr 13, 2013 · 0 comments

Comments

@40rn05lyv
Copy link
Owner

Для чого:
Користувач отримує мовні настройки, які не зможе жодним чином змінити.

Що треба зробити:

  1. У папці установки (див. посилання 2) створити файлик mozilla.cfg з вмістом:
    //
    lockPref("intl.accept_languages","uk,ru,en,af");
  2. У папці установки/default/prefs створити файл local-settings.js з вмістом:
    pref("general.config.obscure_value", 0); // only needed if you do not want to obscure the content with ROT-13
    pref("general.config.filename", "mozilla.cfg");

Детально описано тут:

  1. http://kb.mozillazine.org/Locking_preferences
  2. http://kb.mozillazine.org/Installation_directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant