Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Force user to use an extension

  • 4 replies
  • 1 has this problem
  • 140 views
  • Last reply by miheerdew

more options

I want to configue firefox so that the users are forced to use the extensions that I have specified. In particular I want to force the users to use some content filtering add-ons. Is it possible?

I want to configue firefox so that the users are forced to use the extensions that I have specified. In particular I want to force the users to use some content filtering add-ons. Is it possible?

Chosen solution

This post here by Michael Kaply (the author of CCK) provides a solution.

Read this answer in context 👍 0

All Replies (4)

more options

There are some methods of locking things down. Many are out of the scope of this forum because you may also need to consider preventing users installing and using

  • another copy of Firefox, or another new profile
  • Other browsers
  • Even installing a browser or complete OS maybe on removable media

If it is protecting minors maybe the service provider has an option to Filter content,or there is OS level software that can be considered. But remember all children have friends and many have smartphones etc.

Using Linux has pros and cons. Many users will be less familiar with it and less able to change things, but those that are familiar may well be more computer literate and more able to circumvent your restrictions.

If it is a business System and you are the Admin then you will probably not be looking at a Firefox solution.

See also

more options

I am using Ubuntu. The Os-Level an ISP level content filtering solutions can easily be bypassed using https proxies. So I am looking for a browser based solution. I was wondering if a firefox extension can be made impossible to remove ( for non-admins). CCK says it does that. Then do I have to install CCK as root ? Is it impossible to disable it for unprevilaged users.

more options

You can lock network prefs via a mozilla.cfg file in the installation directory to prevent other users from changing the connection settings if that is all you want to achieve to make sure that a specific proxy is used.


Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.

Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");

See:

These functions can be used in the mozilla.cfg file:

defaultPref();  // set new default value
pref();         // set pref, but allow changes in current session
lockPref();     // lock pref, disallow changes

Modified by cor-el

more options

Chosen Solution

This post here by Michael Kaply (the author of CCK) provides a solution.