搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

how do I disable the debugger/developer tools

  • 5 个回答
  • 2 人有此问题
  • 1291 次查看
  • 最后回复者为 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!

被采纳的解决方案

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.

定位到答案原位置 👍 0

所有回复 (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.

由masonje于修改

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

选择的解决方案

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.

由masonje于修改