Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

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

"Security Sandbox is disabled" pop up under toolbar

  • 13 cavab
  • 0 have this problem
  • 31 views
  • Last reply by TyDraniu

more options

I recently opened Firefox to see a new flagged warning under my toolbar that says "The security sandbox is disabled. Your configuration is unsupported and less secure."

I have gone into about:config and adjusted every security.sandbox element to see if that would change anything; it did not.

I am running on Windows 11 Home so I cannot install or properly run Windows Sandbox.

I would either like a solution to enable the sandbox once again, or just remove the notification from the toolbar.

I recently opened Firefox to see a new flagged warning under my toolbar that says "The security sandbox is disabled. Your configuration is unsupported and less secure." I have gone into about:config and adjusted every security.sandbox element to see if that would change anything; it did not. I am running on Windows 11 Home so I cannot install or properly run Windows Sandbox. I would either like a solution to enable the sandbox once again, or just remove the notification from the toolbar.
Attached screenshots

All Replies (13)

more options

Check value of security.sandbox.content.level in about:config and also existence of MOZ_DISABLE_CONTENT_SANDBOX environmental variable.

more options

Currently, my security.sandbox.content.level is set to 8, I have tried all the numbers between 0-8 to no success. How do I check for and edit an environmental variable?

more options

Can you google it? Thanks.

more options

I came here because I have been searching for the past day. There is no clear guide on how to edit an environmental variable for Firefox that works for me.

more options

Go to cmd.exe and type in

echo %MOZ_DISABLE_CONTENT_SANDBOX%

If there's no number in answer, the reason of this issue is unknown to me.

more options

It is currently set to 1. Sorry for one final question but how do I set it to zero...

more options

Try

set MOZ_DISABLE_CONTENT_SANDBOX=0
more options

Just did it. The warning is still there.

more options

Perhaps it's in the OS level, not in USER level. You'll need administrator rights.

  1. Press Win + R, type sysdm.cpl, press Enter.
  2. Go to the Advanced tab.
  3. Click Environment Variables….
  4. In the System variables section:
    • Select the variable.
    • Click Edit….
  5. Change the value and click OK.
more options

Okay, I have gone to sysdm.cpl and the variables MOZ_DISABLE_CONTENT_SANDBOX and MOZ_DISABLE_NPAPI_SANDBOX were set to 0 for my account but not on the system. These variables were not in the System variables whatsoever. I created two new variables named MOZ_DISABLE_CONTENT_SANDBOX and MOZ_DISABLE_NPAPI_SANDBOX and set them to 0 in System variables but this has still not solved my problem.

more options

I don't know. Did you try to restart the computer?

more options

I've restarted it and all the "DISABLE" variables are set to zero. The warning is still there. Is there anyway to dismiss it? I can troubleshoot this later, but I at least want the banner to go away.

more options

All I know about this banner is: it shows up when MOZ_DISABLE_CONTENT_SANDBOX=1 or the pref security.sandbox.content.level == 0 and it's non-dismissable. Please read bug 1967907.

Some tests are using this:

Services.env.set("MOZ_DISABLE_CONTENT_SANDBOX", "");

so you could try "" instead of 0.

Sual ver

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.