Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Can access to browser settings and options be restricted?

  • 2 отговора
  • 4 имат този проблем
  • 4 изгледи
  • Последен отговор от cor-el

more options

Is it possible to deny access to firefox settings and options? I don't want my children adding or disabling plugins, changing their home page, clearing browser history, etc. I'm quite happy with the web filtering options to block content and downloads but don't want changes to be made to the browser itself without my permission.

Is it possible to deny access to firefox settings and options? I don't want my children adding or disabling plugins, changing their home page, clearing browser history, etc. I'm quite happy with the web filtering options to block content and downloads but don't want changes to be made to the browser itself without my permission.

Всички отговори (2)

more options

This is not yet a built in Firefox feature, but it can be done by using the Public Fox add-on to set a password to these settings.

more options

Note that any restriction added by an extension can easily be bypassed by starting Firefox in Safe Mode (i.e. holding down the Shift key when you start Firefox). So this will only work with very young children that do not know their way around with Firefox.

It is possible to lock the home page with a mozilla.cfg file to prevent changing this page.

See:

Other settings that are saved as a pref can be locked as well, but you can't prevent them from clearing the history or disabling extensions and plugins.

You could hide the about:addons page with code in userContent.css.

@-moz-document url-prefix(about:addons) { #addons-page { display:none !important; } }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.


See also:

Променено на от cor-el