blob: 45e8d4c5dc7db29dabaa67588ded902281b91a26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
%brandDTD;
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Preferencias de privacidad y seguridad</title>
<link rel="stylesheet" href="helpFileLayout.css" type="text/css"/>
</head>
<body>
<h1>Preferencias de privacidad y seguridad</h1>
<p>Las secciones mostradas a continuación describen las preferencias de
privacidad y seguridad. Para ver los paneles de preferencias, siga estos
pasos:</p>
<ol>
<li>Abra el menú <span class="mac">&brandShortName;</span>
<span class="noMac">Editar</span> y elija <q>Preferencias</q>.</li>
<li>Haga clic en la categoría Seguridad y privacidad. Si no hay
ninguna subcategoría visible, haga doble clic en Privacidad y
seguridad para expandir la lista, y luego haga clic en el nombre de las
preferencias que desee ver o cambiar.</li>
</ol>
<p>Para más ayuda con las configuraciones disponibles en cada panel,
haga clic en el enlace correspondiente de entre los siguientes:</p>
<div class="contentsBox">Secciones relacionadas:
<ul>
<li><a href="using_priv_help.xhtml#cookie">Cookies</a></li>
<li><a href="using_priv_help.xhtml#images">Imágenes</a></li>
<li><a href="passwords_help.xhtml">Contraseñas</a></li>
<li><a href="passwords_help.xhtml#master_passwords">Contraseñas
maestras</a></li>
<li><a href="ssl_help.xhtml">SSL</a></li>
<li><a href="certs_prefs_help.xhtml">Certificados</a></li>
<li><a href="validation_help.xhtml">Validación</a></li>
</ul>
</div>
</body>
</html>
|