Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Did plugin.load_flash_only get re-enabled in Firefox 55? I thought this was depricated in Firefox 53.

  • 3 відповіді
  • 4 мають цю проблему
  • 7 переглядів
  • Остання відповідь від cor-el

more options

I was troubleshooting an issue where Firefox was not loading an Extension as expected in Firefox 55 32bit. From looking at the Javascript calls the old Plugin which is still available was able to be loaded by Firefox. We found that plugin.load_flash_only was set to False on the affected browser. When we changed this back to plugin.load_flash_only = True, the extension then properly loaded.

I thought from documentation that the workaround was disabled in Firefox 53+? Was this recently changed or inadvertently re-enabled?

I was troubleshooting an issue where Firefox was not loading an Extension as expected in Firefox 55 32bit. From looking at the Javascript calls the old Plugin which is still available was able to be loaded by Firefox. We found that plugin.load_flash_only was set to False on the affected browser. When we changed this back to plugin.load_flash_only = True, the extension then properly loaded. I thought from documentation that the workaround was disabled in Firefox 53+? Was this recently changed or inadvertently re-enabled?

Усі відповіді (3)

more options

Further testing showed that even toggling plugin.load_flash_only from False, to True, to False also works then as expected. So now unsure if this is only if the setting is set via prefs.js or mozilla.cfg as a default setting.

This issue only started occuring after 09/18.

more options

Probably a lingering after-effect on the 32bit version. :P

more options

Did you check the Browser Console for messages about this extension?