Matt Pagan commited on 2014-05-15 01:43:37
Zeige 4 geänderte Dateien mit 74 Einfügungen und 3 Löschungen.
Changed page order.
... | ... |
@@ -0,0 +1,71 @@ |
1 |
+ |
|
2 |
+<page xmlns="http://projectmallard.org/1.0/" |
|
3 |
+ type="topic" |
|
4 |
+ id="known-issues"> |
|
5 |
+ |
|
6 |
+<info> |
|
7 |
+ <desc>A list of known issues.</desc> |
|
8 |
+ <title type='sort'>03 Known Issues</title> |
|
9 |
+ <link type="guide" xref="index"/> |
|
10 |
+</info> |
|
11 |
+ |
|
12 |
+<title>Known Issues</title> |
|
13 |
+ |
|
14 |
+<list> |
|
15 |
+ <item> |
|
16 |
+ <p>The following firewall software have been known to interfere with Tor |
|
17 |
+ and may need to be temporarily disabled:</p> |
|
18 |
+ <list> |
|
19 |
+ <item> |
|
20 |
+ <p>Webroot SecureAnywhere</p> |
|
21 |
+ </item> |
|
22 |
+ <item> |
|
23 |
+ <p>Kaspersky Internet Security 2012</p> |
|
24 |
+ </item> |
|
25 |
+ <item> |
|
26 |
+ <p>Sophos Antivirus for Mac</p> |
|
27 |
+ </item> |
|
28 |
+ <item> |
|
29 |
+ <p>Microsoft Security Essentials</p> |
|
30 |
+ </item> |
|
31 |
+ </list> |
|
32 |
+ </item> |
|
33 |
+ <item> |
|
34 |
+ <p> |
|
35 |
+ Videos that require Adobe Flash are unavailable. Flash is disabled for |
|
36 |
+ security reasons. Most YouTube videos can be played with HTML5 by visiting |
|
37 |
+ the video's "Embed" → "Share" link. |
|
38 |
+ </p> |
|
39 |
+ </item> |
|
40 |
+ <item> |
|
41 |
+ <p> |
|
42 |
+ Tor can not use a bridge if a proxy is set. |
|
43 |
+ </p> |
|
44 |
+ </item> |
|
45 |
+ <item> |
|
46 |
+ <p> |
|
47 |
+ The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to |
|
48 |
+ ensure that each software build is exactly reproducible. |
|
49 |
+ </p> |
|
50 |
+ </item> |
|
51 |
+ <item> |
|
52 |
+ <p> |
|
53 |
+ To run Tor Browser on Ubuntu, users need to execute a shell script. Open |
|
54 |
+ "Files" (Unity's explorer), open Preferences → Behavior Tab → |
|
55 |
+ Set "Run executable text files when they are opened" to "Ask every time", |
|
56 |
+ then OK. Tor Browser can also be started from the command line by running |
|
57 |
+ </p> |
|
58 |
+ <code> |
|
59 |
+ ./start-tor-browser |
|
60 |
+ </code> |
|
61 |
+ <p> |
|
62 |
+ from inside the Tor Browser directory. |
|
63 |
+ </p> |
|
64 |
+ </item> |
|
65 |
+</list> |
|
66 |
+<p> |
|
67 |
+If you have an issue with Tor Browser that isn't on this list, feel free to |
|
68 |
+email help@rt.torproject.org. |
|
69 |
+</p> |
|
70 |
+</page> |
|
71 |
+ |