How to disable developer tools?
Hello,
in order to harden our enviroment we need to avoid our users to open the developer tools, any of them. For example, I would like to disable the shorcuts to the developers tool without add-ons. We have achieved to hide the menu but whenever we press "F12", we can still access the functionality.
Thank you in advance.
Hello,
in order to harden our enviroment we need to avoid our users to open the developer tools, any of them. For example, I would like to disable the shorcuts to the developers tool without add-ons. We have achieved to hide the menu but whenever we press "F12", we can still access the functionality.
Thank you in advance.
被采纳的解决方案
hello, you can do so through a firefox policy - for details see:
- https://support.mozilla.org/en-US/products/firefox-enterprise/policies-customization-enterprise/policies-overview-enterprise
- https://github.com/mozilla/policy-templates/blob/master/README.md#disabledevelopertools
所有回复 (2)
选择的解决方案
hello, you can do so through a firefox policy - for details see:
Thank you very much Philipp. That has perfectly worked.