Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

I cannot delete the "customize" button and the command "remove extension" from toolbar, I have found some tutorials but could not make it work

  • 2 risposte
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di cor-el

more options

I have been trying to delete the command "remove extensions" dfrom the tool bar. I have followed instructions and typed a json file with extensions and "locked" but did not work. I did not understand well how to edit directly group policies. I tried as a last resourse to eliminate the "customise" button with chrome.css file following a tutorial found here but did not work Can anyone help me with this?

I have been trying to delete the command "remove extensions" dfrom the tool bar. I have followed instructions and typed a json file with extensions and "locked" but did not work. I did not understand well how to edit directly group policies. I tried as a last resourse to eliminate the "customise" button with chrome.css file following a tutorial found here but did not work Can anyone help me with this?

Tutte le risposte (2)

more options

What are you trying to do in the long run?

more options

Is this only about preventing users to uninstall extensions ?

For userChrome.css you can try this code.

.customize-context-removeExtension,
.customize-context-removeFromToolbar,
.viewCustomizeToolbar {
 display:none!important;
}

I don't know if you can use a policies.json or GPO to disable some of these context menu items.

What code did you try in policies.json ?