
How to Disable Network Setting in under General Settings? i need to grey it out!!
Hi All, I'm looking for a way to Disable Network Setting in under General Settings... my organization wants to disable that option in firefox!! is there any way to do that?
Thanks,
Chosen solution
Note that you have a trailing comma before a closing '}': "Locked": true, A comma is only required as a separator and should never be present before a closing '}' You can't only use "Proxy": {"Locked": true}, you need to specify params like the "Mode" that you want to lock.
{ "policies": { "Proxy": { "Locked": true, "Mode": "system" } } }
Read this answer in context 👍 0
All Replies (7)
You can possibly use a policy to lock network (proxy) settings.
I will move the thread to Firefox for Enterprise.
i have used Json method to reflect in a single machine, but its not working. can you please guide @corel? much appreciated.
firefox version 70.0.1 64bit.
Can you post your policy file?
{
"policies": { "Proxy": { "Locked": true, } }
}
im new to this, plz guide.!! Thanks @mike kaply
Chosen Solution
Note that you have a trailing comma before a closing '}': "Locked": true, A comma is only required as a separator and should never be present before a closing '}' You can't only use "Proxy": {"Locked": true}, you need to specify params like the "Mode" that you want to lock.
{ "policies": { "Proxy": { "Locked": true, "Mode": "system" } } }
@ Mike Kaply:
"Mode": "none", "system", "manual", "autoDetect", "autoConfig",
Shouldn't this be;
"Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
Yes. I'll fix the docs.