Browser.identity.ssl domain display: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(trying to revert my wrong edit here...)
(no longer supported in Firefox 15+)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


==Background==
==Background==
Firefox 3 includes extra UI to convey information about a site’s identity. When a site uses SSL to encrypt communications, the user can choose to have a portion of the site’s URL emphasized in the UI. This preference determines how much of the site’s domain to display to the left of the URL in the Location Bar.
Firefox 3 includes extra UI to convey information about a site’s identity. When a site uses SSL to encrypt communications, the user can choose to have a portion of the site’s URL emphasized in the UI. This preference determines how much of the site’s domain to display to the left of the URL in the Location Bar. Support for this preference is removed in Firefox 15.


==Possible values and their effects==
==Possible values and their effects==
===0===
===0===
Do not show domain (Default)
Do not show domain (Default prior to Firefox 3.1b3)
===1===
===1===
Show the [http://wiki.mozilla.org/Gecko:Effective_TLD_Service effective top-level domain] along with the second-level domain (e.g., mozilla.org)
Show the [http://wiki.mozilla.org/Gecko:Effective_TLD_Service effective top-level domain] along with the second-level domain (e.g., mozilla.org) (Default since Firefox 3.1b3)
===2===
===2===
Show the full domain (e.g., bugzilla.mozilla.org)
Show the full domain (e.g., bugzilla.mozilla.org)
Line 20: Line 20:
==Related bugs==
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=406612 Bug 406612 - Finalize visual presentation of identity information (Larry)]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=406612 Bug 406612 - Finalize visual presentation of identity information (Larry)]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=480357 Bug 480357 - Change browser.identity.ssl_domain_display pref default to 1]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=748385 Bug 748385 – Remove browser.identity.ssl_domain_display]


[[Category:Preferences]]
[[Category:Preferences]]
[[Category:Security and privacy-related preferences]]
[[Category:Security and privacy-related preferences]]

Latest revision as of 20:00, 10 May 2012

Background

Firefox 3 includes extra UI to convey information about a site’s identity. When a site uses SSL to encrypt communications, the user can choose to have a portion of the site’s URL emphasized in the UI. This preference determines how much of the site’s domain to display to the left of the URL in the Location Bar. Support for this preference is removed in Firefox 15.

Possible values and their effects

0

Do not show domain (Default prior to Firefox 3.1b3)

1

Show the effective top-level domain along with the second-level domain (e.g., mozilla.org) (Default since Firefox 3.1b3)

2

Show the full domain (e.g., bugzilla.mozilla.org)

First checked in

2008-01-29 by Johnathan Nightingale

Has an effect in

  • Firefox (nightly builds since 2008-01-29)

Related bugs