mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 23:43:37 +00:00
Bug 282893 Properly indent children in help files especially <div> using_priv, validation, welcome fixes
p=giacomo.magnini@portalis.it r=me
This commit is contained in:
parent
a9ea1abe25
commit
120a442dd3
@ -34,16 +34,16 @@
|
||||
</ul>
|
||||
|
||||
<div class="contentsBox">In this section:
|
||||
<ul>
|
||||
<li><a href="#enabling_and_disabling_cookies">Enabling & Disabling
|
||||
Cookies</a></li>
|
||||
<li><a href="#managing_cookies_site-by-site">Managing Cookies
|
||||
Site-By-Site</a></li>
|
||||
<li><a href="#viewing_cookies">Viewing Cookies</a></li>
|
||||
<li><a href="#removing_cookies">Removing Cookies</a></li>
|
||||
<li><a href="#setting_privacy_levels">Setting Privacy Levels</a></li>
|
||||
<li><a href="#cookie_manager_settings">Cookie Manager Settings</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="#enabling_and_disabling_cookies">Enabling & Disabling
|
||||
Cookies</a></li>
|
||||
<li><a href="#managing_cookies_site-by-site">Managing Cookies
|
||||
Site-By-Site</a></li>
|
||||
<li><a href="#viewing_cookies">Viewing Cookies</a></li>
|
||||
<li><a href="#removing_cookies">Removing Cookies</a></li>
|
||||
<li><a href="#setting_privacy_levels">Setting Privacy Levels</a></li>
|
||||
<li><a href="#cookie_manager_settings">Cookie Manager Settings</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="enabling_and_disabling_cookies">Enabling & Disabling Cookies</h2>
|
||||
@ -117,8 +117,8 @@
|
||||
<li>To see details for a particular cookie, click it.</li>
|
||||
</ol>
|
||||
|
||||
<p>For more information about the information displayed, see <a href=
|
||||
"#stored_cookies">Stored Cookies</a>.</p>
|
||||
<p>For more information about the information displayed, see
|
||||
<a href="#stored_cookies">Stored Cookies</a>.</p>
|
||||
|
||||
<p>[<a href="#using_the_cookie_manager">Return to beginning of section</a>]</p>
|
||||
|
||||
@ -234,13 +234,14 @@
|
||||
Manager</a>.</p>
|
||||
|
||||
<div class="contentsBox">In this section:
|
||||
<ul>
|
||||
<li><a href="#cookies">Privacy & Security Preferences - Cookies</a></li>
|
||||
<li><a href="#stored_cookies">Stored Cookies</a></li>
|
||||
<li><a href="#cookie_sites">Cookie Sites</a></li>
|
||||
<li><a href="#privacy_settings">Privacy Settings</a></li>
|
||||
<li><a href="#cookie_notification">Cookie Notification</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="#cookies">Privacy & Security Preferences -
|
||||
Cookies</a></li>
|
||||
<li><a href="#stored_cookies">Stored Cookies</a></li>
|
||||
<li><a href="#cookie_sites">Cookie Sites</a></li>
|
||||
<li><a href="#privacy_settings">Privacy Settings</a></li>
|
||||
<li><a href="#cookie_notification">Cookie Notification</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="cookies">Privacy & Security Preferences - Cookies</h2>
|
||||
@ -342,64 +343,67 @@
|
||||
cookie appears in the bottom portion of the tab:</p>
|
||||
|
||||
<table class="defaultTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Explanation</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
<td>The name assigned to the cookie by its originator.</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td>Information</td>
|
||||
<td>A string of characters containing the information a website tracks for
|
||||
you. It might contain a user key or name by which you are identified to
|
||||
the website, information about your interests, and so forth.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Host or domain</td>
|
||||
<td>Provides the name of the cookie's host or domain.
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Explanation</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
<td>The name assigned to the cookie by its originator.</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td>Information</td>
|
||||
<td>A string of characters containing the information a website tracks
|
||||
for you. It might contain a user key or name by which you are
|
||||
identified to the website, information about your interests, and so
|
||||
forth.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Host or domain</td>
|
||||
<td>Provides the name of the cookie's host or domain.
|
||||
|
||||
<p>A <strong>host</strong> cookie is sent back, during subsequent visits,
|
||||
only to the <a href="glossary.xhtml#server">server</a> that set it.</p>
|
||||
<p>A <strong>host</strong> cookie is sent back, during subsequent
|
||||
visits, only to the <a href="glossary.xhtml#server">server</a> that
|
||||
set it.</p>
|
||||
|
||||
<p>A <strong>domain</strong> cookie is sent back to any site that's
|
||||
in the same domain as the site that set it. A site's domain is the
|
||||
part of its URL that contains the name of an organization, business, or
|
||||
school—such as netscape.com or washington.org.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td>Path</td>
|
||||
<td>The file pathway. This is provided only if the cookie should be sent
|
||||
back to all URLs that are on that path or lower. For example,
|
||||
<tt>http://a.b/x/y/z.html</tt> means that the cookie can also be set for
|
||||
path <tt>x/</tt>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Send For</td>
|
||||
<td>When this field is <q>For encrypted connections only</q> it means
|
||||
that the browser checks the connection whenever the server asks for a
|
||||
cookie and will not send it unless the connection is encrypted
|
||||
(HTTPS).</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td>Expires</td>
|
||||
<td>The date and time at which the cookie will be deactivated. The browser
|
||||
regularly removes expired cookies from your computer.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Policy</td>
|
||||
<td>The type of privacy policy information that the site has explicitly
|
||||
declared that it publishes. (Even if this field is blank, it may still be
|
||||
possible to view the site's policy; see
|
||||
<a href="#viewing_privacy_policies">Viewing Privacy Policies</a>
|
||||
for details.)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<p>A <strong>domain</strong> cookie is sent back to any site
|
||||
that's in the same domain as the site that set it. A site's
|
||||
domain is the part of its URL that contains the name of an
|
||||
organization, business, or school—such as netscape.com or
|
||||
washington.org.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td>Path</td>
|
||||
<td>The file pathway. This is provided only if the cookie should be sent
|
||||
back to all URLs that are on that path or lower. For example,
|
||||
<tt>http://a.b/x/y/z.html</tt> means that the cookie can also be set
|
||||
for path <tt>x/</tt>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Send For</td>
|
||||
<td>When this field is <q>For encrypted connections only</q> it means
|
||||
that the browser checks the connection whenever the server asks for a
|
||||
cookie and will not send it unless the connection is encrypted
|
||||
(HTTPS).</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td>Expires</td>
|
||||
<td>The date and time at which the cookie will be deactivated. The
|
||||
browser regularly removes expired cookies from your computer.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Policy</td>
|
||||
<td>The type of privacy policy information that the site has explicitly
|
||||
declared that it publishes. (Even if this field is blank, it may still
|
||||
be possible to view the site's policy; see
|
||||
<a href="#viewing_privacy_policies">Viewing Privacy Policies</a>
|
||||
for details.)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p>To remove cookies, click one of these buttons:</p>
|
||||
@ -486,10 +490,10 @@
|
||||
<a href="#setting_privacy_levels">Setting Privacy Levels</a>.</p>
|
||||
|
||||
<div class="contentsBox">In this section:
|
||||
<ul>
|
||||
<li><a href="#level_of_privacy">Level of Privacy</a></li>
|
||||
<li><a href="#cookie_acceptance_policy">Cookie Acceptance Policy</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="#level_of_privacy">Level of Privacy</a></li>
|
||||
<li><a href="#cookie_acceptance_policy">Cookie Acceptance Policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3 id="level_of_privacy">Level of Privacy</h3>
|
||||
@ -536,8 +540,8 @@
|
||||
information without your consent that can be used to identify you.</li>
|
||||
<li>Accept, for the current session only, third-party cookies that may be
|
||||
collecting information without your consent that can be used to
|
||||
identify you, but also provide a web page or some other mechanism that
|
||||
allows you to withhold your consent.</li>
|
||||
identify you, but also provide a web page or some other mechanism that
|
||||
allows you to withhold your consent.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>custom:</strong> Select this if you want to set your own custom
|
||||
@ -642,18 +646,18 @@
|
||||
them for you automatically when you visit such sites.</p>
|
||||
|
||||
<div class="contentsBox">In this section:
|
||||
<ul>
|
||||
<li><a href=
|
||||
"#using_password_manager_to_remember_user_names_and_passwords">Using
|
||||
Password Manager to Remember User Names and Passwords</a></li>
|
||||
<li><a href="#entering_user_names_and_passwords_automatically">Entering User
|
||||
Names and Passwords Automatically</a></li>
|
||||
<li><a href="#turning_password_manager_on_and_off">Turning Password Manager
|
||||
On and Off</a></li>
|
||||
<li><a href="#viewing_and_managing_stored_passwords">Viewing and Managing
|
||||
Stored Passwords</a></li>
|
||||
<li><a href="passwords_help.xhtml">Password Settings</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href=
|
||||
"#using_password_manager_to_remember_user_names_and_passwords">Using
|
||||
Password Manager to Remember User Names and Passwords</a></li>
|
||||
<li><a href="#entering_user_names_and_passwords_automatically">Entering
|
||||
User Names and Passwords Automatically</a></li>
|
||||
<li><a href="#turning_password_manager_on_and_off">Turning Password Manager
|
||||
On and Off</a></li>
|
||||
<li><a href="#viewing_and_managing_stored_passwords">Viewing and Managing
|
||||
Stored Passwords</a></li>
|
||||
<li><a href="passwords_help.xhtml">Password Settings</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="using_password_manager_to_remember_user_names_and_passwords">Using
|
||||
@ -728,7 +732,6 @@
|
||||
in your user name and password on the site's log in page. You can
|
||||
then click the Login button, or equivalent, to send the information to
|
||||
the server.</p>
|
||||
|
||||
</li>
|
||||
<li>You use Password Manager to remember your user name and password for an
|
||||
email account, an FTP site, or in any other situation where you type login
|
||||
@ -744,7 +747,6 @@
|
||||
&brandShortName; needs to send only the password to the server, and does
|
||||
so immediately without displaying the dialog box or requiring any further
|
||||
action on your part.</p>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -788,8 +790,8 @@
|
||||
<li>To hide your passwords, click Hide Passwords.</li>
|
||||
<li>To remove an entry from the list, click it and then click Remove. The
|
||||
next time you visit the website, you will need to enter your user name
|
||||
and password again, since Password Manager will no longer have the
|
||||
information.</li>
|
||||
and password again, since Password Manager will no longer have the
|
||||
information.</li>
|
||||
</ul>
|
||||
Click the Passwords Never Saved tab to see a list of the websites for which
|
||||
you instructed Password Manager never to store user names and passwords. To
|
||||
@ -813,18 +815,18 @@
|
||||
Form Manager can fill it in automatically.</p>
|
||||
|
||||
<div class="contentsBox">In this section:
|
||||
<ul>
|
||||
<li><a href="#saving_form_data">Saving Form Data</a></li>
|
||||
<li><a href="#filling_out_forms_automatically">Filling Out Forms
|
||||
Automatically</a></li>
|
||||
<li><a href="#turning_off_form_manager_notification">Turning Off Form Manager
|
||||
Notification</a></li>
|
||||
<li><a href="#managing_stored_form_data">Managing Stored Form Data</a></li>
|
||||
<li><a href="#editing_stored_site_information">Editing Stored Site
|
||||
Information</a></li>
|
||||
<li><a href="#viewing_privacy_policies">Viewing Privacy Policies</a></li>
|
||||
<li><a href="#form_settings">Form Settings</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="#saving_form_data">Saving Form Data</a></li>
|
||||
<li><a href="#filling_out_forms_automatically">Filling Out Forms
|
||||
Automatically</a></li>
|
||||
<li><a href="#turning_off_form_manager_notification">Turning Off Form
|
||||
Manager Notification</a></li>
|
||||
<li><a href="#managing_stored_form_data">Managing Stored Form Data</a></li>
|
||||
<li><a href="#editing_stored_site_information">Editing Stored Site
|
||||
Information</a></li>
|
||||
<li><a href="#viewing_privacy_policies">Viewing Privacy Policies</a></li>
|
||||
<li><a href="#form_settings">Form Settings</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="saving_form_data">Saving Form Data</h2>
|
||||
@ -845,7 +847,6 @@
|
||||
feature is turned on. (This feature is turned on by default.) For
|
||||
details, see <a href="#turning_off_form_manager_notification">Turning Off
|
||||
Form Manager Notification</a>.</p>
|
||||
|
||||
</li>
|
||||
<li>After you fill out a form (but before you submit it), open the Edit menu
|
||||
and choose Save Form Info.</li>
|
||||
@ -867,7 +868,6 @@
|
||||
can change your mind later if you like; for details, see
|
||||
<a href="#editing_stored_site_information">Editing Stored Site
|
||||
Information</a>.</p>
|
||||
|
||||
</li>
|
||||
<li><strong>No:</strong> Form Manager won't save the information you
|
||||
entered, but will ask again the next time you enter form information at
|
||||
@ -901,7 +901,6 @@
|
||||
|
||||
<p>Note that the Fill in Form menu item won't be accessible if the
|
||||
Form Manager hasn't yet stored any relevant information.</p>
|
||||
|
||||
</li>
|
||||
<li>A dialog box called Prefill Form Data appears (unless you have previously
|
||||
chosen to bypass it for this site). This shows exactly what information
|
||||
@ -925,7 +924,6 @@
|
||||
to provide some additional information that the Form Manager does not
|
||||
have available. The information is not actually sent to the site until
|
||||
you click Submit or perform some similar action.</p>
|
||||
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
@ -944,7 +942,6 @@
|
||||
your credit card number to such a website without realizing it. Prefill
|
||||
Form Data lets you see every value that will be provided to the site,
|
||||
allowing you to detect such tricks.</p>
|
||||
|
||||
</li>
|
||||
<li>Prefill Form Data allows you to select which of several saved values for
|
||||
a given field you want to use for a particular website.</li>
|
||||
@ -1091,10 +1088,10 @@
|
||||
published privacy policy on the web.</li>
|
||||
<li><strong>Summary:</strong> Click this button to view a summary of the
|
||||
site's built-in XML policy file, which defines the site's
|
||||
policies in detail.</li>
|
||||
policies in detail.</li>
|
||||
<li><strong>Options:</strong> Click this button to view a web page
|
||||
provided by the site where you can choose to withhold or grant your
|
||||
consent to certain kinds of information gathering.</li>
|
||||
consent to certain kinds of information gathering.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -1129,12 +1126,12 @@
|
||||
<a href="#using_the_form_manager">Using the Form Manager</a>.</p>
|
||||
|
||||
<div class="contentsBox">In this section:
|
||||
<ul>
|
||||
<li><a href="#forms">Privacy & Security Preferences - Forms</a></li>
|
||||
<li><a href="#form_manager_data">Form Manager - Data</a></li>
|
||||
<li><a href="#form_manager_sites">Form Manager - Sites</a></li>
|
||||
<li><a href="#prefill_form_data">Prefill Form Data</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="#forms">Privacy & Security Preferences - Forms</a></li>
|
||||
<li><a href="#form_manager_data">Form Manager - Data</a></li>
|
||||
<li><a href="#form_manager_sites">Form Manager - Sites</a></li>
|
||||
<li><a href="#prefill_form_data">Prefill Form Data</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="forms">Privacy & Security Preferences - Forms</h2>
|
||||
@ -1174,7 +1171,6 @@
|
||||
but not Form Manager. The form data it may have already collected is
|
||||
still available. You can still open the Edit Menu and choose Fill in Form
|
||||
or Save Form Info.</p>
|
||||
|
||||
</li>
|
||||
<li><strong>Manage Stored Form Data.</strong> Click this button to examine or
|
||||
edit personal data that Form Manager has saved. For details, see
|
||||
@ -1211,7 +1207,6 @@
|
||||
<p>To add information not currently included in one of the drop down lists
|
||||
on the right, select the blank item and start typing. Similarly, select
|
||||
existing text to edit or delete it.</p>
|
||||
|
||||
</li>
|
||||
<li><strong>Remove All Saved Data:</strong> Click this button to remove all
|
||||
the saved data at once.</li>
|
||||
@ -1230,7 +1225,6 @@
|
||||
<p>However, if the Form Manager hasn't yet stored your first and last
|
||||
name, it saves the full name (if you ask it to) as a single element in
|
||||
the Concatenations panel.</p>
|
||||
|
||||
</li>
|
||||
<li><strong>URL-Specific:</strong> This panel lists URL-specific fields and
|
||||
the values to use for each of them at each URL for which you have entered
|
||||
@ -1266,7 +1260,6 @@
|
||||
<p>If you remove an entry from this list, Form Manager will again give you
|
||||
an opportunity to review form data for that site before filling it
|
||||
in.</p>
|
||||
|
||||
</li>
|
||||
<li><strong>Forms Never Saved:</strong> Click this tab to view the list of
|
||||
sites for which you selected <q>Never for this site</q> in response to
|
||||
@ -1276,7 +1269,6 @@
|
||||
whether to store form data when you submit forms at that site (assuming
|
||||
that the main Form Manager notification option has been selected in
|
||||
<a href= "#forms">Privacy & Security Preferences - Forms</a>).</p>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -1335,7 +1327,6 @@
|
||||
<p>If you change your mind about this decision, you can restore the
|
||||
Prefill Form Data window for this website. For details, see
|
||||
<a href="#form_manager_sites">Form Manager - Sites</a>.</p>
|
||||
|
||||
</li>
|
||||
<li><strong>View Stored Form Data:</strong> Click this button to examine or
|
||||
edit all personal data that Form Manager has saved. For details, see
|
||||
@ -1365,17 +1356,17 @@
|
||||
for a stranger who has access to your computer to steal your passwords.</p>
|
||||
|
||||
<div class="contentsBox">In this section:
|
||||
<ul>
|
||||
<li><a href="#turning_encryption_on_and_off">Turning Encryption On and
|
||||
Off</a></li>
|
||||
<li><a href="#setting_a_master_password">Setting a Master Password</a></li>
|
||||
<li><a href="#changing_your_master_password">Changing Your Master
|
||||
Password</a></li>
|
||||
<li><a href="#logging_out_of_your_master_password">Logging Out of Your Master
|
||||
Password</a></li>
|
||||
<li><a href="#what_to_do_if_you_forget_your_master_password">What to Do If
|
||||
You Forget Your Master Password</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="#turning_encryption_on_and_off">Turning Encryption On and
|
||||
Off</a></li>
|
||||
<li><a href="#setting_a_master_password">Setting a Master Password</a></li>
|
||||
<li><a href="#changing_your_master_password">Changing Your Master
|
||||
Password</a></li>
|
||||
<li><a href="#logging_out_of_your_master_password">Logging Out of Your
|
||||
Master Password</a></li>
|
||||
<li><a href="#what_to_do_if_you_forget_your_master_password">What to Do If
|
||||
You Forget Your Master Password</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="turning_encryption_on_and_off">Turning Encryption On and Off</h2>
|
||||
@ -1399,8 +1390,8 @@
|
||||
|
||||
<p>You must supply your master password when you turn encryption on or off.</p>
|
||||
|
||||
[<a href="#encrypting_stored_sensitive_information">Return to beginning of
|
||||
section</a>]
|
||||
<p>[<a href="#encrypting_stored_sensitive_information">Return to beginning of
|
||||
section</a>]</p>
|
||||
|
||||
<h2 id="setting_a_master_password">Setting a Master Password</h2>
|
||||
|
||||
@ -1422,7 +1413,6 @@
|
||||
first time, not changing it).
|
||||
|
||||
<p>You see the Set Master Password dialog box.</p>
|
||||
|
||||
</li>
|
||||
<li>Enter your desired master password, and retype it to confirm the
|
||||
spelling.</li>
|
||||
@ -1443,7 +1433,7 @@
|
||||
|
||||
<ol>
|
||||
<li>Open the Tools menu, choose Privacy & Security, and then choose
|
||||
Password Manager.</li>
|
||||
Password Manager.</li>
|
||||
<li>Select Change Master Password from the submenu. You see the Set Master
|
||||
Password dialog box.</li>
|
||||
<li>Enter your current master password (if you have previously set one).</li>
|
||||
@ -1495,8 +1485,8 @@
|
||||
on encryption. Your master password is your most important password. Make
|
||||
sure you remember it or record it in a safe place.</p>
|
||||
|
||||
<p>As a last resort, it's possible to reset your master password if you are
|
||||
sure you can't remember it. However, resetting your master password
|
||||
<p>As a last resort, it's possible to reset your master password if you
|
||||
are sure you can't remember it. However, resetting your master password
|
||||
permanently erases all the web passwords, email passwords, and form data
|
||||
saved on your behalf by Password Manager and Form Manager. You will also lose
|
||||
all your personal certificates associated with the
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||
%brandDTD;
|
||||
]>
|
||||
@ -24,14 +24,14 @@
|
||||
Certificate Validation Works</a>.</p>
|
||||
|
||||
<div class="contentsBox">In this section:
|
||||
<ul>
|
||||
<li><a href="#privacy_and_security_preferences_validation">Privacy &
|
||||
Security Preferences - Validation</a></li>
|
||||
<li><a href="#manage_crls">Manage CRLs</a></li>
|
||||
<li><a href="#crl_import_status">CRL Import Status</a></li>
|
||||
<li><a href="#automatic_crl_update_preferences">Automatic CRL Update
|
||||
Preferences</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="#privacy_and_security_preferences_validation">Privacy &
|
||||
Security Preferences - Validation</a></li>
|
||||
<li><a href="#manage_crls">Manage CRLs</a></li>
|
||||
<li><a href="#crl_import_status">CRL Import Status</a></li>
|
||||
<li><a href="#automatic_crl_update_preferences">Automatic CRL Update
|
||||
Preferences</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="privacy_and_security_preferences_validation">Privacy & Security
|
||||
@ -52,7 +52,6 @@
|
||||
<a href="using_certs_help.xhtml#controlling_validation">How Certificate
|
||||
Validation Works</a>.</p>
|
||||
|
||||
|
||||
<h3 id="crl">CRL</h3>
|
||||
|
||||
<p>A certificate revocation list (CRL) is a list of revoked certificates that
|
||||
@ -112,7 +111,6 @@
|
||||
signer automatically. If the Service URL is not filled in automatically,
|
||||
you must provide it yourself; ask your system administrator for
|
||||
details.</p>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -172,10 +170,10 @@
|
||||
<ul>
|
||||
<li>If Auto Update has not been enabled, or if it has been enabled but
|
||||
the next scheduled update has not yet occurrred, this field will be
|
||||
blank.</li>
|
||||
blank.</li>
|
||||
<li>After at least one auto update has occurred, this field shows
|
||||
<q>failed</q> if the most recent auto update failed, or
|
||||
<q>OK</q> if the most recent auto update was successful.</li>
|
||||
<q>OK</q> if the most recent auto update was successful.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -231,15 +229,14 @@
|
||||
|
||||
<p>If you enable Automatic Update, you must select one of these radio
|
||||
buttons:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Update X days before Next Update date.</strong> Select this
|
||||
option if you want to base the update frequency on the frequency with
|
||||
which the CRL publisher publishes a new version of the CRL.</li>
|
||||
<li><strong>Update every X days.</strong> Select this option if you want
|
||||
to specify an update interval unrelated to the CRL's Next Update
|
||||
date.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><strong>Update X days before Next Update date.</strong> Select this
|
||||
option if you want to base the update frequency on the frequency with
|
||||
which the CRL publisher publishes a new version of the CRL.</li>
|
||||
<li><strong>Update every X days.</strong> Select this option if you
|
||||
want to specify an update interval unrelated to the CRL's Next
|
||||
Update date.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>CRL would be imported from:</strong> Indicates the URL from which
|
||||
the browser originally imported the CRL. This setting cannot be changed. To
|
||||
@ -251,10 +248,10 @@
|
||||
<ul>
|
||||
<li>If the most recent attempt was successful, this reads
|
||||
<q>None</q> even if there were previous unsuccessful
|
||||
attempts.</li>
|
||||
attempts.</li>
|
||||
<li>If the most recent attempt failed, this indicates the number of
|
||||
consecutive failures and the error message for the most recent
|
||||
failure.</li>
|
||||
failure.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -1,30 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||
<!ENTITY % regionDTD SYSTEM "chrome://global-region/locale/region.dtd" >
|
||||
%brandDTD;
|
||||
%regionDTD;
|
||||
]
|
||||
>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||
<!ENTITY % regionDTD SYSTEM "chrome://global-region/locale/region.dtd" >
|
||||
%brandDTD;
|
||||
%regionDTD;
|
||||
]>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>&brandShortName; Help</title>
|
||||
<link rel="stylesheet" type="text/css" href="chrome://help/locale/helpFileLayout.css" />
|
||||
<title>&brandShortName; Help</title>
|
||||
<link rel="stylesheet" href="chrome://help/locale/helpFileLayout.css"
|
||||
type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Welcome to &brandShortName; Help</h1>
|
||||
<p>To display information about &brandShortName; in this window, <strong>click tabs or topics in the left frame</strong>:</p>
|
||||
|
||||
<p>To display information about &brandShortName; in this window, <strong>click
|
||||
tabs or topics in the left frame</strong>:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Contents</strong> shows main topics and subtopics.</li>
|
||||
<li><strong>Search</strong> lets you search built-in &brandShortName; Help.</li>
|
||||
<li><strong>Search</strong> lets you search built-in &brandShortName;
|
||||
Help.</li>
|
||||
<li><strong>Index</strong> lists all topics alphabetically.</li>
|
||||
<li><strong>Glossary</strong> defines key terms.</li>
|
||||
</ul>
|
||||
|
||||
<p>For more information on using &brandShortName; Help, see <a href="chrome://help/locale/help_help.xhtml">Using the Help Window</a>.</p>
|
||||
<p>For more information on using &brandShortName; Help, see
|
||||
<a href="chrome://help/locale/help_help.xhtml">Using the Help Window</a>.</p>
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr valign="top">
|
||||
@ -35,12 +41,14 @@
|
||||
<td>
|
||||
<p><strong><a href="&releaseURL;">Release Notes</a></strong></p>
|
||||
|
||||
<p>Latest information about known problems or issues with &brandShortName;.</p>
|
||||
<p>Latest information about known problems or issues with
|
||||
&brandShortName;.</p>
|
||||
</td>
|
||||
<td>
|
||||
<p><strong><a href="http://www.mozillazine.org/">MozillaZine</a></strong></p>
|
||||
|
||||
<p>The oldest community site around, providing news flashes, polls, and Web forums.</p>
|
||||
<p>The oldest community site around, providing news flashes, polls, and
|
||||
Web forums.</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -59,7 +67,7 @@
|
||||
|
||||
<p>Up-to-date information on &brandShortName; plug-ins.</p>
|
||||
</td>
|
||||
<td> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
@ -73,11 +81,13 @@
|
||||
<tr valign="top">
|
||||
<td>
|
||||
<p><strong><a href="http://support.decisionone.com/mozilla/mozilla_help_main.htm">DecisionOne</a></strong></p>
|
||||
|
||||
<p>Affordable service providing e-mail and phone-in support.</p>
|
||||
</td>
|
||||
<td>
|
||||
<p><strong><a href="http://forums.mozillazine.org/index.php">MozillaZine
|
||||
Forums</a></strong></p>
|
||||
|
||||
<p>Web forums for Mozilla users like you.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@ -90,12 +100,13 @@
|
||||
<td>
|
||||
<p><strong><a href="http://www.mozilla.org/support/#community">User
|
||||
Newsgroups</a></strong></p>
|
||||
|
||||
<p>User newsgroups hosted by mozilla.org.</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td> </td>
|
||||
<td></td>
|
||||
<td>
|
||||
<p><strong>Realtime Chat</strong></p>
|
||||
<p>Chat with &brandShortName; users via IRC.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user