Closed
Bug 1269273
Opened 10 years ago
Closed 8 years ago
Add ability to disable/restrict to access devtools for the user
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(firefox49 affected)
RESOLVED
DUPLICATE
of bug 1408969
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | affected |
People
(Reporter: yuki, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: triaged)
For enterprise use, web developer tools are thought as dangerous and the system administrator hope to disable them completely - hide menus, toolbar buttons, and disable keyboard shortcuts to start them. Now we can do it via CSS (userChrome.css) and legacy addons, but after XUL is ended, we need something to alternate them.
Updated•10 years ago
|
Blocks: fx-enterprise
Updated•10 years ago
|
Whiteboard: [design-decision-needed]triaged
Comment 1•9 years ago
|
||
I don't think there should be a specific WebExtension API for this. I'm not sure if the dev tools has an ideas about this though.
Updated•9 years ago
|
Component: WebExtensions: Untriaged → WebExtensions: General
Comment 2•9 years ago
|
||
We've been thinking about this recently. Right now the current thinking is that DevTools may itself become an add-on that isn't installed by default. Lifting ourselves outside the browser has a lot of benefits for us and would also likely give us a route to solving this enterprise issue.
See this discussion: https://groups.google.com/forum/#!topic/mozilla.dev.developer-tools/rUmAom_L3kc
Comment 3•9 years ago
|
||
So then this would likely fall under a general "don't allow add-ons to be installed" kind of setting?
Comment 4•9 years ago
|
||
(In reply to Andy McKay [:andym] from comment #3)
> So then this would likely fall under a general "don't allow add-ons to be
> installed" kind of setting?
In theory, yes. Though the technical details for how the devtools add-on would work have yet to be worked out.
Updated•9 years ago
|
Component: WebExtensions: General → General
Product: Toolkit → Firefox
Whiteboard: [design-decision-needed]triaged → triaged
Updated•9 years ago
|
Component: General → Developer Tools
Comment 5•8 years ago
|
||
With bug 1408969, DevTools can be disabled completely with a user pref.
I don't know if admins can prevent changes to user prefs, but if they can, this would solve this bug.
Comment 6•8 years ago
|
||
(In reply to Patrick Brosset <:pbro> from comment #5)
> With bug 1408969, DevTools can be disabled completely with a user pref.
> I don't know if admins can prevent changes to user prefs, but if they can,
> this would solve this bug.
They can lock a pref ( http://kb.mozillazine.org/Lock_Prefs ), so yes.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•