Matt Pagan commited on 2014-02-01 01:32:10
Zeige 1 geänderte Dateien mit 15 Einfügungen und 11 Löschungen.
... | ... |
@@ -29,12 +29,12 @@ proxies?</a></li> |
29 | 29 |
<li><a href="#WhySlow">Why is Tor so slow?</a></li> |
30 | 30 |
<li><a href="#FileSharing">How can I share files anonymously through Tor? |
31 | 31 |
</a></li> |
32 |
- <li><a href="#OutboundPorts">Do I have to open all these outbound ports |
|
33 |
- on my firewall?</a></li> |
|
34 | 32 |
<li><a href="#Funding">What would The Tor Project do with more |
35 | 33 |
funding?</a></li> |
36 | 34 |
<li><a href="#IsItWorking">How can I tell if Tor is working, and that my |
37 | 35 |
connections really are anonymized?</a></li> |
36 |
+ <li><a href="#OutboundPorts">Do I have to open all these outbound ports |
|
37 |
+ on my firewall?</a></li> |
|
38 | 38 |
<li><a href="#FTP">How do I use my browser for ftp with Tor?</a></li> |
39 | 39 |
<li><a href="#NoDataScrubbing">Does Tor remove personal information |
40 | 40 |
from the data my application sends?</a></li> |
... | ... |
@@ -103,6 +103,7 @@ unsafe?</a></li> |
103 | 103 |
<li><a href="#DisableJS">How do I disable JavaScript?</a></li> |
104 | 104 |
<li><a href="#VerifyDownload">How do I verify the download |
105 | 105 |
(sha256sums.txt)?</a></li> |
106 |
+ <li><a href="#PluggableTransports">How do I use pluggable transports?</a></li> |
|
106 | 107 |
<li><a href="#NewIdentityClosingTabs">Why does "New Identity" close |
107 | 108 |
all my open tabs?</a></li> |
108 | 109 |
<li><a href="#ConfigureRelayOrBridge">How do I configure Tor as a relay |
... | ... |
@@ -135,12 +136,6 @@ country) |
135 | 136 |
worry?</a></li> |
136 | 137 |
<li><a href="#SocksAndDNS">How do I check if my application that uses |
137 | 138 |
SOCKS is leaking DNS requests?</a></li> |
138 |
- <li><a href="#DifferentComputer">I want to run my Tor client on a |
|
139 |
- different computer than my applications.</a></li> |
|
140 |
- <li><a href="#ServerClient">Can I install Tor on a central server, and |
|
141 |
- have my clients connect to it?</a></li> |
|
142 |
- <li><a href="#JoinTheNetwork">So I can just configure a nickname and |
|
143 |
- ORPort and join the network?</a></li> |
|
144 | 139 |
</ul> |
145 | 140 |
|
146 | 141 |
<p>Running a Tor relay:</p> |
... | ... |
@@ -167,6 +162,12 @@ be?</a></li> |
167 | 162 |
of bandwidth used by my Tor relay?</a></li> |
168 | 163 |
<li><a href="#ExitPolicies">I'd run a relay, but I don't want to deal |
169 | 164 |
with abuse issues.</a></li> |
165 |
+ <li><a href="#DifferentComputer">I want to run my Tor client on a |
|
166 |
+ different computer than my applications.</a></li> |
|
167 |
+ <li><a href="#ServerClient">Can I install Tor on a central server, and |
|
168 |
+ have my clients connect to it?</a></li> |
|
169 |
+ <li><a href="#JoinTheNetwork">So I can just configure a nickname and |
|
170 |
+ ORPort and join the network?</a></li> |
|
170 | 171 |
<li><a href="#RelayOrBridge">Should I be a normal relay or bridge |
171 | 172 |
relay?</a></li> |
172 | 173 |
<li><a href="#UpgradeOrMove">I want to upgrade/move my relay. How do I |
... | ... |
@@ -1155,9 +1156,12 @@ however issues with local IP address discovery and Flash cookies still remain. |
1155 | 1156 |
|
1156 | 1157 |
<p> |
1157 | 1158 |
<a href="https://www.youtube.com/html5">YouTube offers experimental HTML5 video |
1158 |
-support</a> for many of their videos. You can use their Advanced Search to |
|
1159 |
-find HTML5 videos. |
|
1160 |
-</p> |
|
1159 |
+support</a> for many of their videos. Often you can get the HTML5 version of |
|
1160 |
+videos that don't want to play by grabbing the YouTube URL from the "Embed" |
|
1161 |
+code under a video's "Share" option. The link switches out a URL that looks</p> |
|
1162 |
+<pre>https://www.youtube.com/watch?v=CJNxbpbHA-I</pre> |
|
1163 |
+<p>to something that looks like</p> |
|
1164 |
+<pre>https://www.youtube.com/embed/CJNxbpbHA-I</pre> |
|
1161 | 1165 |
|
1162 | 1166 |
<hr> |
1163 | 1167 |
|
1164 | 1168 |