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”.

Learn More

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

how do I disable the debugger/developer tools

  • 5 risposte
  • 2 hanno questo problema
  • 1305 visualizzazioni
  • Ultima risposta di masonje

more options

I'm running Firefox in a kiosk mode and have most all the lockPref setting I need except for one. I just ran across the a key sequence (Ctrl+Shif+s on accident) that brings up the debugger/developer tools. I need to run that off since it's a locked down kiosk.

Many thanks!

I'm running Firefox in a kiosk mode and have most all the lockPref setting I need except for one. I just ran across the a key sequence (Ctrl+Shif+s on accident) that brings up the debugger/developer tools. I need to run that off since it's a locked down kiosk. Many thanks!

Soluzione scelta

Found it. Asked our TC vendor to give us a hand. devtools.webconsole.enabled to false did it! It just disables the webconsole all together to none of those tools are accessible.

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (5)

more options

Do you want to try reviewing the preferences in about:config and flipping all the ones with "enabled" in the name to false?

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the search box above the list, type or paste devt and pause while the list is filtered

(3) Double-click the devtools.*.enabled preferences to toggle them from true to false and see whether that takes care of it.

more options

Thanks for the reply jscher2000, but no go. Ctrl+Shif+s still brings up the debug tools.

Modificato da masonje il

more options

I think you might have to modify a program file or use an extension to kill those keyboard shortcuts.

For example, keyconfig: http://forums.mozillazine.org/viewtopic.php?t=72994

(That one is completely different than an extension named Key Config on the add-ons site.)

more options

Note that there are a lot more devtools that each have their own shortcut key. It may not be easy to disable this shortcut key (#key_jsdebugger) as that is one of shortcut keys in a separate folder (#devtoolsKeyset)

more options

Soluzione scelta

Found it. Asked our TC vendor to give us a hand. devtools.webconsole.enabled to false did it! It just disables the webconsole all together to none of those tools are accessible.

Modificato da masonje il