Browser.download.manager.skipWinSecurityPolicyChecks: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
(pref no longer used in Firefox 3.6)
Line 15: Line 15:
==Has an effect in==
==Has an effect in==
* Firefox (nightly builds since 2008-10-11; 3.0.6 and above)
* Firefox (nightly builds since 2008-10-11; 3.0.6 and above)
* no longer used in Firefox 3.6 [https://bugzilla.mozilla.org/show_bug.cgi?id=504804 Bug 504804] (prefs cleanup and smarter integration with win policy settings)


==Related bugs==
==Related bugs==

Revision as of 06:28, 7 February 2010

Background

Starting with Firefox 3, the Windows security settings for downloading applications and other potentially unsafe files from the Internet are honored on files downloaded by the Download Manager. This allows, for instance, system administrators to block executable files from being downloaded by Firefox. This preference allows Firefox to ignore those OS-wide security checks.

Possible values and their effects

True

Do not use Windows’ IAttachmentExecute interface when downloading files, ignoring the security settings for downloads.

False

Use IAttachmentExecute when available (Windows XP SP1 and newer). (Default)

First checked in

2008-10-11 by Jim Mathies

Has an effect in

  • Firefox (nightly builds since 2008-10-11; 3.0.6 and above)
  • no longer used in Firefox 3.6 Bug 504804 (prefs cleanup and smarter integration with win policy settings)

Related bugs

Related preferences

See also

External links