File: browse-private.page

package info (click to toggle)
epiphany-browser 48.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 25,384 kB
  • sloc: ansic: 75,426; javascript: 7,337; xml: 686; python: 177; sh: 77; makefile: 12
file content (77 lines) | stat: -rw-r--r-- 2,961 bytes parent folder | download | duplicates (3)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" style="task"
      id="browse-private">

  <info>
    <link type="guide" xref="index#adv"/>
    <revision pkgversion="3.10" date="2013-06-30" status="candidate"/>
    <revision pkgversion="3.12" date="2014-01-28" status="final"/>
    <revision pkgversion="3.33" date="2019-04-08" status="final"/>

    <credit type="author copyright">
      <name>Ekaterina Gerasimova</name>
      <email its:translate="no">kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>
<!--    <credit type="copyright editor">
      <name></name>
      <email its:translate="no"></email>
      <years></years>
    </credit>-->

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>What is <em>incognito</em> mode?</desc>
  </info>

  <title>Private browsing</title>

  <comment>
    <cite date="2013-06-30">Kat</cite>
    <p>Private browsing does not allow websites access to normal mode cookies
    and does not save cookies from the private browsing session, while allowing
    read-only access to the normal history. This page is aimed at people who do
    not know what a cookie is.</p>
  </comment>

  <p>Private browsing is a mode which limits the way that your computer and
  websites can access your browsing information. It is useful if you want to
  lend your computer to a friend, for example, to check their email using
  webmail because you will not be logged into any websites in the private
  browsing window, nor will their information be saved. You might prefer
  to use incognito mode to access sensitive websites such as Internet banking
  and <link href="http://questionablecontent.net/">questionable content</link>
  because data that websites have previously saved on your computer will not
  be accessible to the websites when browsing in incognito mode.</p>

  <note style="important">
    <p>Incognito mode will not stop websites from tracking your browsing
    activity. If you need to browse the web anonymously, you should use a
    commercial VPN service.</p>
  </note>

  <steps>
    <title></title>
    <item>
      <p>Press the menu button in the top-right corner of the window and select
      <guiseq><gui style="menuitem">New Incognito Window</gui></guiseq>.</p>
    </item>
    <item>
      <p>Browse the web using incognito mode.</p>
    </item>
    <item>
      <p>End the private browsing session by closing the incognito window.</p>
    </item>
  </steps>

  <p>You can distinguish private browsing from normal browsing by the
  watermark for the incognito window:</p>

  <media type="image" mime="image/png" src="media/epiphany-private-3-36.png">
    <!--This is the alt text, as read out by screen readers and if the image is
    missing. It also describes how to re-create the image.-->
    <p>Screenshot showing a private browsing window with no opened tabs.</p>
  </media>

</page>