Plugin support in Thunderbird: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (TB 52 changes)
m (javascript)
Line 5: Line 5:
Thunderbird 5.0 enabled plugins by default if it wasn't a email account, though that has only been verified for RSS feeds. Some users have reported YouTube videos would play in Thunderbird 3.3 alpha four builds while they wouldn't play in 3.1. Its not clear yet whether this is due to [http://www.youtube.com/html5 YouTube playing HTML5 video] using WebM, and support for WebM being added in Gecko 2.0 (which Thunderbird 3.3 uses) or not.
Thunderbird 5.0 enabled plugins by default if it wasn't a email account, though that has only been verified for RSS feeds. Some users have reported YouTube videos would play in Thunderbird 3.3 alpha four builds while they wouldn't play in 3.1. Its not clear yet whether this is due to [http://www.youtube.com/html5 YouTube playing HTML5 video] using WebM, and support for WebM being added in Gecko 2.0 (which Thunderbird 3.3 uses) or not.


To enable plugin support set '''mailnews.message_display.allow.plugins''' '''true''' using the [[Modify_Thunderbird_settings | Config Editor]], and restart Thunderbird. You may also need to set '''javascript.allow.mailnews''' '''true''' and '''mailnews.message_display.disable_remote_image''' '''false''' in some cases to use the plugin. This makes you more vulnerable to malware and it tougher to protect your privacy.  
To enable plugin support set '''mailnews.message_display.allow.plugins''' '''true''' using the [[Modify_Thunderbird_settings | Config Editor]], and restart Thunderbird. You may also need to set '''javascript.allow.mailnews''' '''true''' and '''mailnews.message_display.disable_remote_image''' '''false''' in some cases to use the plugin. This makes you more vulnerable to malware and it tougher to protect your privacy. However, [[Javascript.allow.mailnews]] states "In Thunderbird3/SeaMonkey2 this pref has been removed and has no effect. There is no way to enable JavaScript in mail messages anymore "


Thunderbird supports its own copy of the same plug-in scanning settings as Firefox. Thunderbird will scan for plug-ins on startup. If it discovers one it will load it and your only option is whether to enable or disable it. Set '''plugin.scan.plid.all''' false using the Config Editor to prevent it scanning the directories specified in the Windows registry for PLIDs (a string in URI format that identifies a plugin uniquely). See [[Plugin_scanning || plug-in scanning]] for how to prevent it scanning some other directories for plug-ins.  If you have problems identifying plugins that are loaded try setting '''plugin.expose_full_path''' '''true''' and either set about:plugins as your mail start page in Tools -> Options -> General -> Thunderbird start page or install the [https://addons.mozilla.org/en-US/thunderbird/addon/9695/ ViewAbout] add-on.
Thunderbird supports its own copy of the same plug-in scanning settings as Firefox. Thunderbird will scan for plug-ins on startup. If it discovers one it will load it and your only option is whether to enable or disable it. Set '''plugin.scan.plid.all''' false using the Config Editor to prevent it scanning the directories specified in the Windows registry for PLIDs (a string in URI format that identifies a plugin uniquely). See [[Plugin_scanning || plug-in scanning]] for how to prevent it scanning some other directories for plug-ins.  If you have problems identifying plugins that are loaded try setting '''plugin.expose_full_path''' '''true''' and either set about:plugins as your mail start page in Tools -> Options -> General -> Thunderbird start page or install the [https://addons.mozilla.org/en-US/thunderbird/addon/9695/ ViewAbout] add-on.

Revision as of 02:07, 13 October 2016

Starting with Thunderbird 52 all NPAPI plug-ins are disabled. [1]

Plugin support was added in Thunderbird 3.0. Supposedly it supported Java, Flash, PDF and Windows Media Player though there was no official list. "Plugins" is sometimes treated as synonymous with add-ons but in this case it means browser type plugins such as Flash, not extensions and themes. It was disabled in 3.1.6 due to performance issues caused when plugins were loaded. Thunderbird 3.1.* supported a plugin.disable setting. That seems to have been a temporary workaround that no longer exists. [2]

Thunderbird 5.0 enabled plugins by default if it wasn't a email account, though that has only been verified for RSS feeds. Some users have reported YouTube videos would play in Thunderbird 3.3 alpha four builds while they wouldn't play in 3.1. Its not clear yet whether this is due to YouTube playing HTML5 video using WebM, and support for WebM being added in Gecko 2.0 (which Thunderbird 3.3 uses) or not.

To enable plugin support set mailnews.message_display.allow.plugins true using the Config Editor, and restart Thunderbird. You may also need to set javascript.allow.mailnews true and mailnews.message_display.disable_remote_image false in some cases to use the plugin. This makes you more vulnerable to malware and it tougher to protect your privacy. However, Javascript.allow.mailnews states "In Thunderbird3/SeaMonkey2 this pref has been removed and has no effect. There is no way to enable JavaScript in mail messages anymore "

Thunderbird supports its own copy of the same plug-in scanning settings as Firefox. Thunderbird will scan for plug-ins on startup. If it discovers one it will load it and your only option is whether to enable or disable it. Set plugin.scan.plid.all false using the Config Editor to prevent it scanning the directories specified in the Windows registry for PLIDs (a string in URI format that identifies a plugin uniquely). See | plug-in scanning for how to prevent it scanning some other directories for plug-ins. If you have problems identifying plugins that are loaded try setting plugin.expose_full_path true and either set about:plugins as your mail start page in Tools -> Options -> General -> Thunderbird start page or install the ViewAbout add-on.


External links