Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Always enable flash for a Site and hide "Menu"

  • 4 risposte
  • 1 ha questo problema
  • 31 visualizzazioni
  • Ultima risposta di cor-el

more options

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?
Immagini allegate

Soluzione scelta

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.

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (4)

more options

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


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

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.

more options

Soluzione scelta

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.

more options

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