Browser.trim user and passwordFrom MozillaZine Knowledge Base
[edit] BackgroundOne of the hazards of allowing Mozilla browsers to render remote XUL is that it becomes exceedingly easy for third parties to spoof parts of the browser UI. Steps have been made to make it easier for users to tell the difference between local and remote XUL, and this preference is an artifact of one attempt. Bug 22183, which deals with the XUL spoofing issue, was a security-sensitive bug until mid-2004. Once the bug was public (and perhaps spurred by a Secunia advisory and Slashdot article), a good deal of discussion ocurred on how best to approach the problem. One suggested solution was to require the Location Bar always be present on popup windows. A step beyond that was to prevent the HTTP Basic Auth username and password from being displayed there, to prevent obfuscating the originating server. Ben Goodger implemented this latter step in a patch and included this preference to disable the behavior. A different patch was eventually applied that did not use this preference. However, the default value for the preference was checked in, resulting in a defunct about:config entry. [edit] Caveats
[edit] Previous effects[edit] TrueDon’t display the HTTP username and password in the read-only Location Bar for popup windows. (Default) [edit] FalseDisplay the original URI in the Location Bar as normal. [edit] First checked in[edit] Has an effect in
[edit] Related bugs[edit] Related preferences
[edit] External links |