Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

How I can disable add ons option for all profile?

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 4 προβολές
  • Τελευταία απάντηση από guigs

more options

Hi, Support.

I tried to search about this but cant find any solutions, I wonder if you guys can help me.

So I worked as end user support, and I wanted to restrict the policy not to install any add ons in their Mozilla browser. Since the configuration of mozilla will be based on windows profile its hard to control.

Is there any way for me to disable the add ons by script or any settings I could configure by admin account and it will reflect to all windows profile.

Thank you in advance.

Best Regards, Paul S

Hi, Support. I tried to search about this but cant find any solutions, I wonder if you guys can help me. So I worked as end user support, and I wanted to restrict the policy not to install any add ons in their Mozilla browser. Since the configuration of mozilla will be based on windows profile its hard to control. Is there any way for me to disable the add ons by script or any settings I could configure by admin account and it will reflect to all windows profile. Thank you in advance. Best Regards, Paul S

Όλες οι απαντήσεις (1)

more options

Lock preference in profile: Step:1) Created a file name like "local-settings.js" in -- /usr/lib/firefox/defaults/pref --- Pasted this line -- pref("general.config.filename", "mozilla.cfg"); --- in "local-settings.js" Step :2) Created a file name like "mozilla.cfg" in -- /usr/lib/firefox --- And copy and paste the below line in this "mozilla.cfg" file.

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


See Also: