how to block access to add-on tab ?
Hello everybody !
I want to restrict access to only one website on one computer.
For this, I use the add-on "Block Site", which works perfect !
But as it's quite easy to go to add-on tab and disable this add-on, how prevent this by locking access to add-on ??
Tried to search on the web, but nothing came up ....
Thanks in advance to all helpers !
Thierry
選ばれた解決策
You can use a policies.json file to manage extensions via Extensions and ExtensionSettings and possible disable Firefox Safe mode via DisableSafeMode and block URLs via WebsiteFilter.
- https://github.com/mozilla/policy-templates/blob/master/README.md
- https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson
すべての返信 (2)
選ばれた解決策
You can use a policies.json file to manage extensions via Extensions and ExtensionSettings and possible disable Firefox Safe mode via DisableSafeMode and block URLs via WebsiteFilter.
この投稿は cor-el により
Dear cor-el,
Thanks for answer, works fine !!!!
Thierry