Bug 282893 Properly indent children in help files especially <div> mail_sec, page_info, passwords, profiles fixes

p=giacomo.magnini@portalis.it r=me
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-02-28 23:27:41 +00:00
Родитель bc66955a4b
Коммит 8188290d5d
4 изменённых файлов: 256 добавлений и 249 удалений

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" > <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD; %brandDTD;
]> ]>
@ -17,22 +17,22 @@
<h1 id="signing_and_encrypting_messages">Signing &amp; Encrypting Messages</h1> <h1 id="signing_and_encrypting_messages">Signing &amp; Encrypting Messages</h1>
<div class="contentsBox">In this section: <div class="contentsBox">In this section:
<ul> <ul>
<li><a href="#about_digital_signatures_and_encryption">About Digital Signatures <li><a href="#about_digital_signatures_and_encryption">About Digital
&amp; Encryption</a></li> Signatures &amp; Encryption</a></li>
<li><a href="#getting_other_peoples_certificates">Getting Other People&apos;s <li><a href="#getting_other_peoples_certificates">Getting Other
Certificates</a></li> People&apos;s Certificates</a></li>
<li><a href="#configuring_security_settings">Configuring Security <li><a href="#configuring_security_settings">Configuring Security
Settings</a></li> Settings</a></li>
<li><a href="#signing_and_encrypting_a_new_message">Signing &amp; Encrypting a <li><a href="#signing_and_encrypting_a_new_message">Signing &amp;
New Message</a></li> Encrypting a New Message</a></li>
<li><a href="#reading_signed_and_encrypted_messages">Reading Signed &amp; <li><a href="#reading_signed_and_encrypted_messages">Reading Signed &amp;
Encrypted Messages</a></li> Encrypted Messages</a></li>
<li><a href="#message_security_compose_window">Message Security - <li><a href="#message_security_compose_window">Message Security -
Compose Window</a></li> Compose Window</a></li>
<li><a href="#message_security_recieved_message">Message Security - <li><a href="#message_security_recieved_message">Message Security -
Received Message</a></li> Received Message</a></li>
</ul> </ul>
</div> </div>
<h2 id="about_digital_signatures_and_encryption">About Digital Signatures &amp; <h2 id="about_digital_signatures_and_encryption">About Digital Signatures &amp;
@ -41,7 +41,8 @@
<p>When you compose a mail message, you can choose to attach your digital <p>When you compose a mail message, you can choose to attach your digital
signature to it. A <a href="glossary.xhtml#digital_signature">digital signature to it. A <a href="glossary.xhtml#digital_signature">digital
signature</a> allows recipients of the message to verify that the message signature</a> allows recipients of the message to verify that the message
really comes from you and hasn&apos;t been tampered with since you sent it.</p> really comes from you and hasn&apos;t been tampered with since you sent
it.</p>
<p>When you compose a mail message, you can also choose to encrypt it. <p>When you compose a mail message, you can also choose to encrypt it.
<a href="glossary.xhtml#encryption">Encryption</a> makes it very difficult <a href="glossary.xhtml#encryption">Encryption</a> makes it very difficult
@ -54,12 +55,13 @@
steps:</p> steps:</p>
<ol> <ol>
<li>Obtain one or more <a href="glossary.xhtml#certificate">certificates</a> <li>Obtain one or more <a href="glossary.xhtml#certificate">certificates</a>
(the digital equivalents of ID cards). For details, see (the digital equivalents of ID cards). For details, see
<a href="using_certs_help.xhtml#getting_your_own_certificate">Getting Your <a href="using_certs_help.xhtml#getting_your_own_certificate">Getting Your
Own Certificate</a>.</li> Own Certificate</a>.</li>
<li>Configure the security settings for your email account. For details, see <li>Configure the security settings for your email account. For details, see
<a href="mail_help.xhtml#security">Configuring Your Security Settings</a>.</li> <a href="mail_help.xhtml#security">Configuring Your Security Settings</a>.
</li>
</ol> </ol>
<p>Once you have completed these steps, you can complete the instructions in <p>Once you have completed these steps, you can complete the instructions in
@ -86,36 +88,40 @@
need two things:</p> need two things:</p>
<ul> <ul>
<li>A <a href="glossary.xhtml#signing_certificate">signing certificate</a> <li>A <a href="glossary.xhtml#signing_certificate">signing certificate</a>
that identifies you for this purpose. Every time you sign a message, your that identifies you for this purpose. Every time you sign a message, your
signing certificate is included with the message. The certificate includes a signing certificate is included with the message. The certificate includes
<a href="glossary.xhtml#public_key">public key</a>. The presence of the a <a href="glossary.xhtml#public_key">public key</a>. The presence of the
certificate in the message permits the recipient to verify your digital certificate in the message permits the recipient to verify your digital
signature. signature.
<p>Your certificate is a bit like your name and phone number in the
phonebook&mdash;it is public information that helps other people communicate <p>Your certificate is a bit like your name and phone number in the
with you.</p></li> phonebook&mdash;it is public information that helps other people
<li>A <a href="glossary.xhtml#private_key">private key</a>, which is created communicate with you.</p>
and stored on your computer when you first obtain a certificate. </li>
<p>Your private key for a signing certificate is protected by your <li>A <a href="glossary.xhtml#private_key">private key</a>, which is created
<a href="glossary.xhtml#master_password">master password,</a> and the and stored on your computer when you first obtain a certificate.
&brandShortName; program does not disclose it to anyone else. The Mail &amp;
Newsgroup software uses your private key to create a unique, verifiable <p>Your private key for a signing certificate is protected by your
digital signature for every message you choose to sign.</p></li> <a href="glossary.xhtml#master_password">master password,</a> and the
&brandShortName; program does not disclose it to anyone else. The Mail
&amp; Newsgroup software uses your private key to create a unique,
verifiable digital signature for every message you choose to sign.</p>
</li>
</ul> </ul>
<h3 id="how_encryption_works">How Encryption Works</h3> <h3 id="how_encryption_works">How Encryption Works</h3>
<p>To encrypt an email message, you must have an <p>To encrypt an email message, you must have an
<a href="glossary.xhtml#encryption_certificate">encryption certificate</a> <a href="glossary.xhtml#encryption_certificate">encryption certificate</a>
for each of the message&apos;s recipients. The public key in each certificate is for each of the message&apos;s recipients. The public key in each certificate
used to encrypt the message for that recipient.</p> is used to encrypt the message for that recipient.</p>
<p>If you don&apos;t have a certificate for even a single recipient, the <p>If you don&apos;t have a certificate for even a single recipient, the
message cannot be encrypted.</p> message cannot be encrypted.</p>
<p>The recipient&apos;s software uses the recipient&apos;s private key, which remains on <p>The recipient&apos;s software uses the recipient&apos;s private key, which
that person&apos;s computer, to decrypt the message.</p> remains on that person&apos;s computer, to decrypt the message.</p>
<p>[<a href="#signing_and_encrypting_messages">Return to beginning of <p>[<a href="#signing_and_encrypting_messages">Return to beginning of
section</a>]</p> section</a>]</p>
@ -125,21 +131,20 @@
<p>Every time you send a digitally signed message, your encryption certificate <p>Every time you send a digitally signed message, your encryption certificate
is automatically included with the message. Therefore, one of the easiest is automatically included with the message. Therefore, one of the easiest
ways to obtain someone else&apos;s certificate is for that person to send you a ways to obtain someone else&apos;s certificate is for that person to send you
digitally signed message.</p> a digitally signed message.</p>
<p>When you receive such a message, the person&apos;s certificate is automatically <p>When you receive such a message, the person&apos;s certificate is
stored by the <a href="certs_help.xhtml">Certificate Manager</a>, which is the automatically stored by the <a href="certs_help.xhtml">Certificate
part of the browser that keeps track of certificates. This is useful because Manager</a>, which is the part of the browser that keeps track of
you need to have a certificate for each recipient of any email message that certificates. This is useful because you need to have a certificate for each
you want to send in encrypted form.</p> recipient of any email message that you want to send in encrypted form.</p>
<p>Another way to obtain certificates is to look them up in a public directory, <p>Another way to obtain certificates is to look them up in a public directory,
such as the <q>phonebook</q> directories maintained by many such as the <q>phonebook</q> directories maintained by many companies.</p>
companies.</p>
<p>It&apos;s also possible to look up certificates automatically. This feature is <p>It&apos;s also possible to look up certificates automatically. This feature
controlled by <a href="mail_help.xhtml#addressing_preferences">Mail &amp; is controlled by <a href="mail_help.xhtml#addressing_preferences">Mail &amp;
Newsgroups Preferences - Addressing</a> or Newsgroups Preferences - Addressing</a> or
<a href="mail_help.xhtml#addressing">Mail &amp; Newsgroups Account Settings - <a href="mail_help.xhtml#addressing">Mail &amp; Newsgroups Account Settings -
Addressing</a>, which can be configured to look up recipients&apos; email Addressing</a>, which can be configured to look up recipients&apos; email
@ -171,23 +176,23 @@
particular account, begin from the Mail window:</p> particular account, begin from the Mail window:</p>
<ol> <ol>
<li>Open the Edit menu and choose Mail &amp; Newsgroups Account Settings.</li> <li>Open the Edit menu and choose Mail &amp; Newsgroups Account Settings.</li>
<li>Click Security under the name of the mail account whose security settings <li>Click Security under the name of the mail account whose security settings
you want to configure.</li> you want to configure.</li>
<li>Under Digital Signing, click Select. (You may be asked to provide your <li>Under Digital Signing, click Select. (You may be asked to provide your
<a href="glossary.xhtml#master_password">Master Password</a> before you can <a href="glossary.xhtml#master_password">Master Password</a> before you can
proceed further.) proceed further.)
<p>A dialog box appears that allows you to select from among your available
signing certificates.</p> <p>A dialog box appears that allows you to select from among your available
signing certificates.</p>
</li> </li>
<li>Choose the signing certificate you want to use, then click OK.</li> <li>Choose the signing certificate you want to use, then click OK.</li>
<li>Follow the same steps under Encryption: click the Select button, select the <li>Follow the same steps under Encryption: click the Select button, select
encryption certificate you want to use, and click OK.</li> the encryption certificate you want to use, and click OK.</li>
<p>In some cases you may be able to specify the same certificate under
Encryption that you specified under Digital Signing; check with your system
administrator to find out for sure.</p>
<p>In some cases you may be able to specify the same certificate under
Encryption that you specified under Digital Signing; check with your system
administrator to find out for sure.</p>
</ol> </ol>
<p>Optionally, you can also indicate that you normally want to sign or encrypt <p>Optionally, you can also indicate that you normally want to sign or encrypt
@ -200,24 +205,26 @@
follows:</p> follows:</p>
<ul> <ul>
<li>Under Digital Signing: <li>Under Digital Signing:
<ul> <ul>
<li><strong>Digitally sign messages:</strong> When this checkbox is <li><strong>Digitally sign messages:</strong> When this checkbox is
selected, all the messages you send from this account will be digitally selected, all the messages you send from this account will be digitally
signed unless you indicate otherwise before you send the message. To turn signed unless you indicate otherwise before you send the message. To
off this default setting, deselect the checkbox.</li> turn off this default setting, deselect the checkbox.</li>
</ul></li> </ul>
<li>Under Encryption (choose one): </li>
<ul> <li>Under Encryption (choose one):
<li><strong>Never:</strong> When this option is selected, messages you send <ul>
from this account will be not be encrypted unless you indicate otherwise <li><strong>Never:</strong> When this option is selected, messages you
before you send them.</li> send from this account will be not be encrypted unless you indicate
<li><strong>Required:</strong> When this option is selected, all the otherwise before you send them.</li>
messages you send from this account will be encrypted&mdash;but only if <li><strong>Required:</strong> When this option is selected, all the
you have valid certificates for each of the message&apos;s recipients. If you messages you send from this account will be encrypted&mdash;but only if
don&apos;t have all the necessary certificates, the message can&apos;t be sent you have valid certificates for each of the message&apos;s recipients.
unless you turn off encryption for that message.</li> If you don&apos;t have all the necessary certificates, the message
</ul></li> can&apos;t be sent unless you turn off encryption for that message.</li>
</ul>
</li>
</ul> </ul>
<p>When you have finished configuring your mail security settings, click OK to <p>When you have finished configuring your mail security settings, click OK to
@ -262,23 +269,24 @@
want from the drop-down list:</p> want from the drop-down list:</p>
<ul> <ul>
<li><strong>Do Not Encrypt This Message:</strong> Choose this to turn off <li><strong>Do Not Encrypt This Message:</strong> Choose this to turn off
encryption for this message. The message will not be encrypted when it is encryption for this message. The message will not be encrypted when it is
sent over the Internet.</li> sent over the Internet.</li>
<li><strong>Encrypt This Message:</strong> Choose this to turn on encryption <li><strong>Encrypt This Message:</strong> Choose this to turn on encryption
for this message. The message will be sent in encrypted form. However, it for this message. The message will be sent in encrypted form. However, it
can&apos;t be sent unless you have valid certificates for all recipients.</li> can&apos;t be sent unless you have valid certificates for all
<li><strong>Digitally Sign This Message:</strong> Choose this to turn digital recipients.</li>
signing on or off for this message. A checkmark indicates the message will be <li><strong>Digitally Sign This Message:</strong> Choose this to turn digital
signed.</li> signing on or off for this message. A checkmark indicates the message will
<li><strong>View Security Info:</strong> Choose this to view detailed be signed.</li>
information about the security status of this message&mdash;to help you <li><strong>View Security Info:</strong> Choose this to view detailed
determine, for example, whether you need to obtain a certificate for one of information about the security status of this message&mdash;to help you
the recipients.</li> determine, for example, whether you need to obtain a certificate for one of
the recipients.</li>
</ul> </ul>
<p>To view detailed information about the message&apos;s security status, you can <p>To view detailed information about the message&apos;s security status, you
also click the key or lock icon as described in can also click the key or lock icon as described in
<a href="#message_security_compose_window">Message Security - Compose <a href="#message_security_compose_window">Message Security - Compose
Window</a>.</p> Window</a>.</p>
@ -317,8 +325,8 @@
<a href="using_certs_help.xhtml#controlling_validation">Controlling <a href="using_certs_help.xhtml#controlling_validation">Controlling
Validation</a>.</p> Validation</a>.</p>
<p>To see more detailed information about the message&apos;s security, click the key <p>To see more detailed information about the message&apos;s security, click
or lock icon, or follow the instructions in the key or lock icon, or follow the instructions in
<a href="#message_security_recieved_message">Message Security - Received <a href="#message_security_recieved_message">Message Security - Received
Message</a>.</p> Message</a>.</p>
@ -328,55 +336,54 @@
<h2 id="message_security_compose_window">Message Security - Compose Window</h2> <h2 id="message_security_compose_window">Message Security - Compose Window</h2>
<p>This section describes the Message Security window that you can open for any <p>This section describes the Message Security window that you can open for any
message you are composing. If you&apos;re not already viewing Message Security, message you are composing. If you&apos;re not already viewing Message
click the Security icon in the toolbar of the Compose window.</p> Security, click the Security icon in the toolbar of the Compose window.</p>
<p>The Message Security window describes how your message will be sent:</p> <p>The Message Security window describes how your message will be sent:</p>
<ul> <ul>
<li><strong>Digitally Signed:</strong> This line describes whether your message <li><strong>Digitally Signed:</strong> This line describes whether your
will be signed. There are three possibilities: message will be signed. There are three possibilities:
<ul> <ul>
<li><strong>Yes:</strong> Digital signing has been enabled for this message, <li><strong>Yes:</strong> Digital signing has been enabled for this
you have a valid certificate identifying you, and the message can be message, you have a valid certificate identifying you, and the message
signed.</li> can be signed.</li>
<li><strong>No:</strong> Digital signing has been disabled for this <li><strong>No:</strong> Digital signing has been disabled for this
message.</li> message.</li>
<li><strong>Not possible:</strong> Digital signing has been enabled for this <li><strong>Not possible:</strong> Digital signing has been enabled for
message. However, a valid this message. However, a valid
<a href="glossary.xhtml#certificate">certificate</a> identifying you for <a href="glossary.xhtml#certificate">certificate</a> identifying you
this purpose is not available, or there is some other problem that makes for this purpose is not available, or there is some other problem that
signing impossible.</li> makes signing impossible.</li>
</ul> </ul>
</li> </li>
<li><strong>Encrypted:</strong> This line describes whether your message will <li><strong>Encrypted:</strong> This line describes whether your message will
be encrypted. There are three possibilities: be encrypted. There are three possibilities:
<ul> <ul>
<li><strong>Yes:</strong> Encryption has been enabled for this message, valid <li><strong>Yes:</strong> Encryption has been enabled for this message,
certificates for all listed recipients are available, and the message can valid certificates for all listed recipients are available, and the
be encrypted.</li> message can be encrypted.</li>
<li><strong>No:</strong> Encryption has been disabled or is not possible for <li><strong>No:</strong> Encryption has been disabled or is not possible
this message.</li> for this message.</li>
<li><strong>Not possible:</strong> Encryption has been enabled for this <li><strong>Not possible:</strong> Encryption has been enabled for this
message. However, a valid certificate for at least one of the listed message. However, a valid certificate for at least one of the listed
recipients is not available, or no recipients are listed, or there is some recipients is not available, or no recipients are listed, or there is
other problem that makes encryption impossible.</li> some other problem that makes encryption impossible.</li>
</ul> </ul>
</li> </li>
</ul> </ul>
<p>The Message Security window also lists the certificates available for the <p>The Message Security window also lists the certificates available for the
recipients of your message:</p> recipients of your message:</p>
<ul> <ul>
<li><strong>View.</strong> To view the details for any certificate in the list, <li><strong>View.</strong> To view the details for any certificate in the
select its name, then click View.</li> list, select its name, then click View.</li>
</ul> </ul>
<p>For more information about obtaining certificates and configuring message <p>For more information about obtaining certificates and configuring message
security settings, see <a href="#signing_and_encrypting_messages">Signing security settings, see <a href="#signing_and_encrypting_messages">Signing
&amp; Encrypting Messages</a>.</p> &amp; Encrypting Messages</a>.</p>
<p>To indicate your signing or encryption choices for an individual message, <p>To indicate your signing or encryption choices for an individual message,
click the arrow beside the Security button in the Compose window, then select click the arrow beside the Security button in the Compose window, then select
@ -393,49 +400,49 @@
Message</h2> Message</h2>
<p>This section describes the Message Security window that you can open for any <p>This section describes the Message Security window that you can open for any
message you have received. If you&apos;re not already viewing Message Security for message you have received. If you&apos;re not already viewing Message
a received message, follow these steps:</p> Security for a received message, follow these steps:</p>
<ol> <ol>
<li>In the Mail window, select the message for which you want to view security <li>In the Mail window, select the message for which you want to view
information.</li> security information.</li>
<li>Open the View menu and choose Message Security Info.</li> <li>Open the View menu and choose Message Security Info.</li>
</ol> </ol>
<p>The Message Security window displays the following information:</p> <p>The Message Security window displays the following information:</p>
<ul> <ul>
<li><strong>Digital Signature.</strong> The top section describes whether the <li><strong>Digital Signature.</strong> The top section describes whether the
message is digitally signed and if so, whether the signature is valid.</li> message is digitally signed and if so, whether the signature is valid.</li>
<p>If validation failed while OCSP was enabled, check the OCSP settings in <p>If validation failed while OCSP was enabled, check the OCSP settings in
<a href= <a href="validation_help.xhtml#privacy_and_security_preferences_validation">Privacy
"validation_help.xhtml#privacy_and_security_preferences_validation">Privacy &amp; Security Preferences - Validation</a>. If you are not familiar with
&amp; Security Preferences - Validation</a>. If you are not familiar with OCSP, confirm the settings with your system administrator. If your settings
OCSP, confirm the settings with your system administrator. If your settings are correct, there may be a problem with the OCSP service or the
are correct, there may be a problem with the OCSP service or the certificate certificate used to create the signature is no longer valid.</p>
used to create the signature is no longer valid.</p>
<p>If the signature is invalid because of a problem with a certificate&apos;s trust <p>If the signature is invalid because of a problem with a certificate&apos;s
settings, you can use the <a href="certs_help.xhtml">Certificate Manager</a> trust settings, you can use the <a href="certs_help.xhtml">Certificate
to view or edit those settings.</p> Manager</a> to view or edit those settings.</p>
<li><strong>View Signature Certificate.</strong> If the message is signed, <li><strong>View Signature Certificate.</strong> If the message is signed,
click this button to view the certificate that was used to sign it.</li> click this button to view the certificate that was used to sign it.</li>
<li><strong>Encryption.</strong> The bottom section reports whether the message <li><strong>Encryption.</strong> The bottom section reports whether the
is encrypted and any decrypting problems. message is encrypted and any decrypting problems.
<ul> <ul>
<li>If the message&apos;s contents have been altered during transit, you should <li>If the message&apos;s contents have been altered during transit, you
ask the sender to resend it. The changes may have been caused by network should ask the sender to resend it. The changes may have been caused by
problems.</li> network problems.</li>
<li>If a copy of your own certificate (used by the sender to encrypt the <li>If a copy of your own certificate (used by the sender to encrypt the
message) is not available on your computer, the private key required to message) is not available on your computer, the private key required to
decrypt the message cannot be retrieved. The only solution is to import a decrypt the message cannot be retrieved. The only solution is to import
backup copy of your certificate and its private key (see a backup copy of your certificate and its private key (see
<a href="certs_help.xhtml#your_certificates">Your Certificates</a> for <a href="certs_help.xhtml#your_certificates">Your Certificates</a> for
details.) If you don&apos;t have access to a backup certificate, you will not be details.) If you don&apos;t have access to a backup certificate, you
able to decrypt the message.</li> will not be able to decrypt the message.</li>
</ul></li> </ul>
</li>
</ul> </ul>
<p>[<a href="#signing_and_encrypting_messages">Return to beginning of <p>[<a href="#signing_and_encrypting_messages">Return to beginning of

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" > <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD; %brandDTD;
]> ]>
@ -39,13 +39,13 @@
viewing and the security status of that page.</p> viewing and the security status of that page.</p>
<div class="contentsBox">In this section: <div class="contentsBox">In this section:
<ul> <ul>
<li><a href="#general_tab">General Tab</a></li> <li><a href="#general_tab">General Tab</a></li>
<li><a href="#forms_tab">Forms Tab</a></li> <li><a href="#forms_tab">Forms Tab</a></li>
<li><a href="#links_tab">Links Tab</a></li> <li><a href="#links_tab">Links Tab</a></li>
<li><a href="#media_tab">Media Tab</a></li> <li><a href="#media_tab">Media Tab</a></li>
<li><a href="#security_tab">Security Tab</a></li> <li><a href="#security_tab">Security Tab</a></li>
</ul> </ul>
</div> </div>
<h2 id="general_tab">General (Page Info Tab)</h2> <h2 id="general_tab">General (Page Info Tab)</h2>
@ -110,8 +110,8 @@
form&apos;s elements is specified in the HTML source:</p> form&apos;s elements is specified in the HTML source:</p>
<ul> <ul>
<li><strong>Label:</strong>The element&apos;s label (if it is tagged as such in <li><strong>Label:</strong>The element&apos;s label (if it is tagged as such
the HTML).</li> in the HTML).</li>
<li><strong>Field Name:</strong>The element&apos;s name.</li> <li><strong>Field Name:</strong>The element&apos;s name.</li>
<li><strong>Type:</strong>The element&apos;s input type, such as <tt>TEXT</tt> <li><strong>Type:</strong>The element&apos;s input type, such as <tt>TEXT</tt>
(for submitting text), <tt>RADIO</tt> (for a radio button), or (for submitting text), <tt>RADIO</tt> (for a radio button), or
@ -166,9 +166,9 @@
see information about see information about
<a href="glossary.xhtml#authentication">authentication</a> and <a href="glossary.xhtml#authentication">authentication</a> and
<a href="glossary.xhtml#encryption">encryption</a> for the web page you are <a href="glossary.xhtml#encryption">encryption</a> for the web page you are
viewing. The top portion indicates whether the website&apos;s identity has been viewing. The top portion indicates whether the website&apos;s identity has
verified, and the bottom portion describes whether the page was encrypted been verified, and the bottom portion describes whether the page was
when it was received by the browser.</p> encrypted when it was received by the browser.</p>
<p>You can also open the Security tab directly by clicking the lock icon in the <p>You can also open the Security tab directly by clicking the lock icon in the
lower-right corner of any browser window.</p> lower-right corner of any browser window.</p>
@ -181,43 +181,42 @@
Certificate Manager cannot verify its identity. It is possible, though Certificate Manager cannot verify its identity. It is possible, though
unlikely, that the website is not what it claims to be.</li> unlikely, that the website is not what it claims to be.</li>
<li><strong>Website Identity Verified.</strong> The certificate that <li><strong>Website Identity Verified.</strong> The certificate that
Certificate Manager has used to verify this website&apos;s identity was issued Certificate Manager has used to verify this website&apos;s identity was
by a certificate authority (CA) marked as one that you trust. You can be issued by a certificate authority (CA) marked as one that you trust. You
reasonably confident that the website is what it claims to be.</li> can be reasonably confident that the website is what it claims to be.</li>
</ul> </ul>
<p>The bottom portion of the Security tab can display any of these <p>The bottom portion of the Security tab can display any of these
messages:</p> messages:</p>
<ul> <ul>
<li><strong>Connection Not Encrypted.</strong> It is possible that other people can <li><strong>Connection Not Encrypted.</strong> It is possible that other
view information sent from your computer to the website or information people can view information sent from your computer to the website or
sent by the website to your computer, but it is unlikely that someone is information sent by the website to your computer, but it is unlikely that
actually doing so.</li> someone is actually doing so.</li>
<li><strong>Connection Encrypted.</strong> In general, the strength of an <li><strong>Connection Encrypted.</strong> In general, the strength of an
encrypted connection depends on the length of the keys used for encryption, encrypted connection depends on the length of the keys used for encryption,
measured in bits. The longer the key, the stronger the measured in bits. The longer the key, the stronger the
encryption&mdash;that is, the harder it is to for an unauthorized person to encryption&mdash;that is, the harder it is to for an unauthorized person to
unscramble the encrypted information. unscramble the encrypted information.
<p>The Page Info window describes encryption strength in one of three <p>The Page Info window describes encryption strength in one of three
ways:</p> ways:</p>
<ul> <ul>
<li><strong>High-grade encryption.</strong> Strongest encryption available, using <li><strong>High-grade encryption.</strong> Strongest encryption
128-bit keys at a minimum.</li> available, using 128-bit keys at a minimum.</li>
<li><strong>Medium-grade encryption.</strong> Somewhat stronger than low-grade <li><strong>Medium-grade encryption.</strong> Somewhat stronger than
encryption, using 56- or 64-bit keys.</li> low-grade encryption, using 56- or 64-bit keys.</li>
<li><strong>Low-grade encryption.</strong> Weakest encryption available, using 40-bit <li><strong>Low-grade encryption.</strong> Weakest encryption available,
keys.</li> using 40-bit keys.</li>
</ul> </ul>
<p>Most websites support high-grade encryption. If you are viewing an older
website that supports a weaker form of encryption, it is possible that other
people can view information sent from your computer to the website or
information sent by the website to your computer, but it is unlikely that
someone is actually doing so.</p>
<p>Most websites support high-grade encryption. If you are viewing an older
website that supports a weaker form of encryption, it is possible that
other people can view information sent from your computer to the website
or information sent by the website to your computer, but it is unlikely
that someone is actually doing so.</p>
</li> </li>
</ul> </ul>

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" > <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD; %brandDTD;
]> ]>
@ -24,19 +24,18 @@
Manager</a>.</p> Manager</a>.</p>
<div class="contentsBox">In this section: <div class="contentsBox">In this section:
<ul> <ul>
<li><a href="#passwords">Privacy &amp; <li><a href="#passwords">Privacy &amp; Security Preferences -
Security Preferences - Passwords</a></li> Passwords</a></li>
<li><a href="#password_manager">Password Manager</a></li> <li><a href="#password_manager">Password Manager</a></li>
<li><a href="#master_passwords">Privacy <li><a href="#master_passwords">Privacy &amp; Security Preferences -
&amp; Security Preferences - Master Passwords</a></li> Master Passwords</a></li>
<li><a href="#change_master_password">Change Master Password</a></li> <li><a href="#change_master_password">Change Master Password</a></li>
<li><a href="#reset_master_password">Reset Master Password</a></li> <li><a href="#reset_master_password">Reset Master Password</a></li>
</ul> </ul>
</div> </div>
<h2 id="passwords">Privacy &amp; Security <h2 id="passwords">Privacy &amp; Security Preferences - Passwords</h2>
Preferences - Passwords</h2>
<p>This section describes the Passwords preferences panel. If you&apos;re not <p>This section describes the Passwords preferences panel. If you&apos;re not
already viewing it, follow these steps:</p> already viewing it, follow these steps:</p>
@ -170,13 +169,13 @@
</ol> </ol>
<p>Regardless of which tab you are viewing, you can remove entries from the <p>Regardless of which tab you are viewing, you can remove entries from the
list as follows:</p> list as follows:</p>
<ul> <ul>
<li><strong>Remove:</strong> Select one or more entries that you want to <li><strong>Remove:</strong> Select one or more entries that you want to
remove, then click Remove.</li> remove, then click Remove.</li>
<li><strong>Remove All:</strong> Click this button to remove all the entries <li><strong>Remove All:</strong> Click this button to remove all the entries
listed in the tab you are viewing.</li> listed in the tab you are viewing.</li>
</ul> </ul>
<p>For more information about the Password Manager, see <a href= <p>For more information about the Password Manager, see <a href=

Просмотреть файл

@ -28,15 +28,15 @@
use each time you launch the browser.</p> use each time you launch the browser.</p>
<div class="contentsBox">In this section: <div class="contentsBox">In this section:
<ul> <ul>
<li><a href="#creating_a_new_profile">Creating a New Profile</a></li> <li><a href="#creating_a_new_profile">Creating a New Profile</a></li>
<li><a href="#deleting_or_renaming_a_profile">Deleting or Renaming a <li><a href="#deleting_or_renaming_a_profile">Deleting or Renaming a
Profile</a></li> Profile</a></li>
<li><a href="#roaming_profiles">Roaming Profiles</a></li> <li><a href="#roaming_profiles">Roaming Profiles</a></li>
<li><a href="#roaming_prefs">Roaming User Preferences</a></li> <li><a href="#roaming_prefs">Roaming User Preferences</a></li>
<li><a href="#roaming_item_selection">Roaming User Preferences - Item <li><a href="#roaming_item_selection">Roaming User Preferences - Item
selection</a></li> selection</a></li>
</ul> </ul>
</div> </div>
<h2 id="creating_a_new_profile">Creating a New Profile</h2> <h2 id="creating_a_new_profile">Creating a New Profile</h2>
@ -79,8 +79,8 @@
<li>Open the Profile Manager: <li>Open the Profile Manager:
<ul> <ul>
<li><strong>If &brandShortName; is running:</strong> Open the Tools menu <li><strong>If &brandShortName; is running:</strong> Open the Tools menu
and select Switch Profile. <strong>Note:</strong> You can&apos;t delete the and select Switch Profile. <strong>Note:</strong> You can&apos;t delete
profile that is in use.</li> the profile that is in use.</li>
<li><strong>If &brandShortName; is closed:</strong> <li><strong>If &brandShortName; is closed:</strong>
<span class="win"> Open the Start menu and choose Programs, then <span class="win"> Open the Start menu and choose Programs, then
&brandShortName;, then Profile Manager.</span><span class="mac"> Hold &brandShortName;, then Profile Manager.</span><span class="mac"> Hold
@ -95,13 +95,15 @@
<ul> <ul>
<li><strong>Delete files:</strong> Deletes the whole profile folder <li><strong>Delete files:</strong> Deletes the whole profile folder
with its stored data (bookmarks, preferences, email with its stored data (bookmarks, preferences, email
accounts, and so on). <em>Make sure that you won&apos;t need anything from accounts, and so on). <em>Make sure that you won&apos;t need anything
the profile in the future before you choose this option.</em></li> from the profile in the future before you choose this option.</em></li>
<li><strong>Don&apos;t delete files:</strong> Removes the profile from the <li><strong>Don&apos;t delete files:</strong> Removes the profile from
list of available profiles, but keeps the profile folder. By choosing the list of available profiles, but keeps the profile folder. By
this option none of your profile&apos;s stored data will be deleted.</li> choosing this option none of your profile&apos;s stored data will be
deleted.</li>
</ul> </ul>
To rename a profile, select its name, click Rename Profile, and follow the </li>
<li>To rename a profile, select its name, click Rename Profile, and follow the
instructions.</li> instructions.</li>
</ol> </ol>
@ -125,8 +127,8 @@
Alternatively, for computers that use a common file share, you can store Alternatively, for computers that use a common file share, you can store
the profile in a local directory using the Copy method.</p> the profile in a local directory using the Copy method.</p>
<p>Whenever you start &brandShortName;, your profile is downloaded and whenever you <p>Whenever you start &brandShortName;, your profile is downloaded and whenever
shutdown &brandShortName;, your profile is uploaded.</p> you shutdown &brandShortName;, your profile is uploaded.</p>
<p>[<a href="#managing_profiles">Return to beginning of section</a>]</p> <p>[<a href="#managing_profiles">Return to beginning of section</a>]</p>
@ -156,9 +158,9 @@
Selection) might be read by other people on the same network. Selection) might be read by other people on the same network.
<p><strong>Examples</strong>:<br/> <p><strong>Examples</strong>:<br/>
<kbd>&lt;https://user@http-server/dir/&gt;</kbd><br/> <kbd>&lt;https://user@http-server/dir/&gt;</kbd><br/>
<kbd>&lt;ftp://user@ftp-server//home/user/dir/&gt;</kbd><br/> <kbd>&lt;ftp://user@ftp-server//home/user/dir/&gt;</kbd><br/>
<kbd>&lt;ftp://user@ftp-server/dir/&gt;</kbd></p> <kbd>&lt;ftp://user@ftp-server/dir/&gt;</kbd></p>
</li> </li>
<li><strong>Username</strong>: Type the user name that will be <li><strong>Username</strong>: Type the user name that will be