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.
Gekozen oplossing
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
Alle antwoorden (2)
Gekozen oplossing
hello, you can do so through a firefox policy - for details see:
Thank you very much Philipp. That has perfectly worked.