Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, 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

Always enable flash for a Site and hide "Menu"

  • 4 replies
  • 1 has this problem
  • 92 views
  • Last reply by cor-el
  • Solved

Hi,

how can i allow flash if i open the Site without will be asked? I have set this in the policies.json. This is currently for testing.

"FlashPlugin": {

     "Allow": ["https://helpx.adobe.com/flash-player.html"],
     "Default": true,
     "Locked": true
   },

But I always have to allow it extra.

And the second question: Can I hide the "Menu" button via policies.json?

Hi, how can i allow flash if i open the Site without will be asked? I have set this in the policies.json. This is currently for testing. "FlashPlugin": { "Allow": ["https://helpx.adobe.com/flash-player.html"], "Default": true, "Locked": true }, But I always have to allow it extra. And the second question: Can I hide the "Menu" button via policies.json?
Attached screenshots

Chosen solution

Works for me with the above posted code.


{
  "policies": {
    "FlashPlugin": {
    "Allow": ["https://helpx.adobe.com/"],
    "Default": true,
    "Locked": true
   }
  }
}

Make sure you have the latest Flash installed.

You can download the latest NPAPI Flash plugin for Firefox on this page.

Make sure to remove checkmarks for including unwanted additional software.

Read this answer in context 👍 0

All Replies (4)

Try to remove the flash-player.html part and only specify the host.


 "FlashPlugin": {
     "Allow": ["https://helpx.adobe.com/"],
     "Default": true,
     "Locked": true
 },

Thanks for your input. But it makes no difference. With an older version (63) it also works fine with "flash-player.htm". So seems to have been changed in some version. Someone have an idea how that works with a more recent version.

Chosen Solution

Works for me with the above posted code.


{
  "policies": {
    "FlashPlugin": {
    "Allow": ["https://helpx.adobe.com/"],
    "Default": true,
    "Locked": true
   }
  }
}

Make sure you have the latest Flash installed.

You can download the latest NPAPI Flash plugin for Firefox on this page.

Make sure to remove checkmarks for including unwanted additional software.

You can check the about:policies page for possible errors.