Unable to disable firefox tools
I need to disable some tools (especially the dubugger).
Setting 'devtools.debugger.enabled' seem to have no effect (F12 still opens the dubugger).
I have a device that generates various codes that I need to connect and recognise in javascript, without the display being affected.
I used to use an add-on but that disappeared with Firefos 65 (I am currently on 95). I have been using IE to overcome this problem but would sooner use Firefox.
All Replies (1)
You can only achieve this by disabling all developer tools (about:config => devtools.policy.disabled). See DisableDeveloperTools: