Browser.download.manager.skipWinSecurityPolicyChecks

From MozillaZine Knowledge Base
Revision as of 12:18, 7 February 2010 by Alice Wyman (talk | contribs) (couple of tweaks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.

Starting with Firefox 3.6, this preference is no longer used.

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

Related bugs


Related preferences

See also

External links