Bug 631566 - Document the main Privacy & Security pref pane and add a Help button to it. Part 2: Content and linking. r=IanN
This commit is contained in:
Родитель
9f36dddea9
Коммит
d6964ee45f
|
@ -38,8 +38,8 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<h1 id="privacy_and_security_preferences_certificates">Privacy & Security
|
||||
Preferences - Certificates</h1>
|
||||
<h2 id="privacy_and_security_preferences_certificates">Privacy & Security
|
||||
Preferences - Certificates</h2>
|
||||
|
||||
<p>This section describes use the Certificates preferences panel. To view
|
||||
Certificates preferences, follow these steps:</p>
|
||||
|
|
|
@ -1836,6 +1836,11 @@
|
|||
<rdf:Description about="help-indexAZ.rdf#s">
|
||||
<nc:subheadings>
|
||||
<rdf:Seq><rdf:li>
|
||||
<rdf:Description ID="safe_browsing"
|
||||
nc:name="safe browsing"
|
||||
nc:link="privsec_help.xhtml#safe_browsing"/>
|
||||
</rdf:li>
|
||||
<rdf:li>
|
||||
<rdf:Description ID="save"
|
||||
nc:name="save"/>
|
||||
</rdf:li>
|
||||
|
@ -2195,6 +2200,11 @@
|
|||
<rdf:Description ID="uploading_pages"
|
||||
nc:name="uploading pages"
|
||||
nc:link="composer_help.xhtml#publishing_your_pages_on_the_web"/>
|
||||
</rdf:li>
|
||||
<rdf:li>
|
||||
<rdf:Description ID="user_tracking"
|
||||
nc:name="user tracking"
|
||||
nc:link="privsec_help.xhtml#privacy_and_security"/>
|
||||
</rdf:li></rdf:Seq>
|
||||
</nc:subheadings>
|
||||
</rdf:Description>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Privacy & Security Preferences</h1>
|
||||
<h1 id="privsec_preferences">Privacy & Security Preferences</h1>
|
||||
|
||||
<p>The sections listed below describe the Privacy & Security preferences.
|
||||
To see the preference panels, follow these steps:</p>
|
||||
|
@ -35,16 +35,109 @@
|
|||
|
||||
<div class="contentsBox">Related sections:
|
||||
<ul>
|
||||
<li><a href="#privacy_and_security">Privacy & Security</a></li>
|
||||
<li><a href="using_priv_help.xhtml#private_data_prefs">Private Data</a></li>
|
||||
<li><a href="using_priv_help.xhtml#cookies">Cookies</a></li>
|
||||
<li><a href="using_priv_help.xhtml#images">Images</a></li>
|
||||
<li><a href="passwords_help.xhtml">Passwords</a></li>
|
||||
<li><a href="cs_priv_prefs_popup.xhtml#privacy_and_security_preferences_popup_windows">Popup Windows</a></li>
|
||||
<li><a href="passwords_help.xhtml#passwords">Passwords</a></li>
|
||||
<li><a href="passwords_help.xhtml#master_passwords">Master Passwords</a></li>
|
||||
<li><a href="ssl_help.xhtml">SSL</a></li>
|
||||
<li><a href="certs_prefs_help.xhtml">Certificates</a></li>
|
||||
<li><a href="validation_help.xhtml">Validation</a></li>
|
||||
<li><a href="ssl_help.xhtml#privacy_and_security_preferences_ssl">SSL</a></li>
|
||||
<li><a href="certs_prefs_help.xhtml#privacy_and_security_preferences_certificates">Certificates</a></li>
|
||||
<li><a href="validation_help.xhtml#privacy_and_security_preferences_validation">Validation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="privacy_and_security">Privacy & Security Preferences -
|
||||
Privacy & Security</h2>
|
||||
|
||||
<p>This section describes how to use the main Privacy & Security
|
||||
preferences panel. If you're not already viewing it, follow these
|
||||
steps:</p>
|
||||
|
||||
<ol>
|
||||
<li>Open the <span class="mac">&brandShortName;</span>
|
||||
<span class="noMac">Edit</span> menu and choose Preferences.</li>
|
||||
<li>Click the Privacy & Security category.</li>
|
||||
</ol>
|
||||
|
||||
<h3>User Tracking</h3>
|
||||
|
||||
<p>These settings allow you to communicate your tracking preferences to
|
||||
websites. <q>Tracking</q> is a term that includes many different methods
|
||||
that websites, advertisers, and others use to learn about your web browsing
|
||||
behavior. This includes information about what sites you visit, things you
|
||||
like or dislike, and purchase, thus affecting your privacy. They often use
|
||||
this information to show ads, products, or services specifically targeted to
|
||||
you. The following options are available in this section:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Tell websites about my tracking preference</strong>: Check this
|
||||
to instruct &brandShortName; to inform every website you visit (as well as
|
||||
their advertisers and other content providers) whether or not you want
|
||||
your browsing behavior tracked:
|
||||
<ul>
|
||||
<li><strong>I do not want to be tracked</strong>: Select this option
|
||||
to send a <q>Do-not-track</q> request to each website visited.</li>
|
||||
<li><strong>I consent to being tracked</strong>: Select this option
|
||||
to explicitly tell each website visited that you agree with your
|
||||
browsing behavior being tracked.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>Notes</strong>:</p>
|
||||
|
||||
<ul>
|
||||
<li>Honoring a Do-not-track request is voluntary, thus individual websites
|
||||
are <em>not required</em> to respect it. Websites that do honor the
|
||||
Do-not-track request should automatically stop tracking your behavior
|
||||
without any further action from you.</li>
|
||||
<li>Requesting Do-not-track from a website will not affect your ability to
|
||||
log into them nor cause &brandShortName; to forget your private information
|
||||
(such as the contents of shopping carts, location information, or login
|
||||
information).</li>
|
||||
<li>You may see less relevant (i.e., less specific) advertising on websites
|
||||
if you have the Do-not-track option selected.</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="safe_browsing">Safe Browsing</h3>
|
||||
|
||||
<p>Some websites contain potentially dangerous content and may have been
|
||||
reported as malicious. The preferences located in the lower section of the
|
||||
<a href="#privacy_and_security">Privacy & Security panel</a> allow you
|
||||
to select which types of reported websites will be blocked. If enabled,
|
||||
&brandShortName; compares each website's address you are about to visit
|
||||
against regularly updated lists. A warning is issued prior to actually
|
||||
loading a reported website, thus giving you the opportunity to cancel the
|
||||
loading process. The following options are available in this section:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Block reported attack sites</strong>: Check this if you want
|
||||
&brandShortName; to actively check whether the website you are about to
|
||||
visit has been reported trying to interfere with normal computer functions
|
||||
or to send personal data about you to unauthorized parties over the
|
||||
Internet. Such <q>malware</q> is most often used to steal personal
|
||||
information, send junk e-mail (spam), or spread more malware.</li>
|
||||
<li><strong>Block reported web forgeries</strong>: Check this if you want
|
||||
&brandShortName; to actively check whether the website you are about to
|
||||
visit has been reported as an attempt to mislead you into providing personal
|
||||
information such as username and password (this is often referred to as
|
||||
<q><a href="glossary.xhtml#phishing">phishing</a></q>). These websites
|
||||
frequently imitate legitimate websites of well-known organizations.</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>Important</strong>: The Safe Browsing feature is switched on by
|
||||
default. It is <em>not</em> recommended to disable either function as this
|
||||
may result in you visiting unsafe sites.</p>
|
||||
|
||||
<p><strong>Note</strong>: The absence of a warning does not guarantee that a
|
||||
website is trustworthy. Malicious websites can be very difficult to detect;
|
||||
even a website that looks safe may be secretly trying to attack you or to
|
||||
steal personal information. Sometimes the website's owner or provider
|
||||
won't even know that the site has been compromised.</p>
|
||||
|
||||
<p>[<a href="#privsec_preferences">Return to beginning of section</a>]</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -936,6 +936,21 @@
|
|||
</nc:subheadings>
|
||||
</rdf:Description>
|
||||
|
||||
<rdf:Description about="#sec_gen">
|
||||
<nc:subheadings>
|
||||
<rdf:Seq>
|
||||
<rdf:li><rdf:Description ID="sec_gen_private_data" nc:name="Private Data" nc:link="using_priv_help.xhtml#private_data_prefs"/> </rdf:li>
|
||||
<rdf:li><rdf:Description ID="sec_gen_cookies" nc:name="Cookies" nc:link="using_priv_help.xhtml#cookies"/> </rdf:li>
|
||||
<rdf:li><rdf:Description ID="sec_gen_images" nc:name="Images" nc:link="using_priv_help.xhtml#images"/> </rdf:li>
|
||||
<rdf:li><rdf:Description ID="sec_gen_popup_windows" nc:name="Popup Windows" nc:link="cs_priv_prefs_popup.xhtml#privacy_and_security_preferences_popup_windows"/> </rdf:li>
|
||||
<rdf:li><rdf:Description ID="sec_gen_passwords" nc:name="Passwords" nc:link="passwords_help.xhtml#passwords"/> </rdf:li>
|
||||
<rdf:li><rdf:Description ID="sec_gen_master_passwords" nc:name="Master Passwords" nc:link="passwords_help.xhtml#master_passwords"/> </rdf:li>
|
||||
<rdf:li><rdf:Description ID="sec_gen_ssl" nc:name="SSL" nc:link="ssl_help.xhtml#privacy_and_security_preferences_ssl"/> </rdf:li>
|
||||
<rdf:li><rdf:Description ID="sec_gen_certificates" nc:name="Certificates" nc:link="certs_prefs_help.xhtml#privacy_and_security_preferences_certificates"/> </rdf:li>
|
||||
<rdf:li><rdf:Description ID="sec_gen_validation" nc:name="Validation" nc:link="validation_help.xhtml#privacy_and_security_preferences_validation"/> </rdf:li>
|
||||
</rdf:Seq>
|
||||
</nc:subheadings>
|
||||
</rdf:Description>
|
||||
|
||||
<!-- USING CERTIFICATES CONTENT -->
|
||||
<rdf:Description about="#using-help-certs">
|
||||
|
|
Загрузка…
Ссылка в новой задаче