Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Is there a way to disable devtools before the browser is started and without a registry change?

  • 1 odpoveď
  • 0 má tento problém
  • 6 zobrazení
  • Posledná odpoveď od mjb

more options

We want to use Firefox on a locked down system. Using the -kiosk command line argument gets us most of the way there. But they still have access to the devtools when they hit F12. It appears there are ways to disable devtools after the browser has been started. How can we disable the devtools before the browser is opened and without registry changes?

We want to use Firefox on a locked down system. Using the -kiosk command line argument gets us most of the way there. But they still have access to the devtools when they hit F12. It appears there are ways to disable devtools after the browser has been started. How can we disable the devtools before the browser is opened and without registry changes?

Všetky odpovede (1)

more options

Create user.js in your profile folder and add this to it

user_pref("devtools.policy.disabled", true);

Pomohla vám táto odpoveď?

Položiť otázku

Ak chcete odpovedať na príspevky, musíte sa prihlásiť do svojho účtu. Ak ešte nemáte účet, položte novú otázku.