搜尋 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?