Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to Disable Network Setting in under General Settings? i need to grey it out!!

  • 7 replies
  • 1 has this problem
  • 64 views
  • Last reply by Mike Kaply

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,

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)

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.