hiromipaw commited on 2017-12-21 16:55:22
Zeige 2 geänderte Dateien mit 5 Einfügungen und 2 Löschungen.
... | ... |
@@ -84,7 +84,6 @@ RewriteRule ^donate/donor-faq(.*) https://donate.torproject.org/donor-faq [R=302 |
84 | 84 |
RewriteRule ^donate/donor-privacy-policy(.*) https://donate.torproject.org/privacy-policy [R=302,L] |
85 | 85 |
RewriteRule ^donate/thankyou(.*) https://donate.torproject.org/thank-you [R=302,L] |
86 | 86 |
RewriteRule ^thankyou(.*) https://donate.torproject.org/thank-you [R=302,L] |
87 |
-RewriteRule ^averyonionthankyou(.*) https://www.youtube.com/embed/TXT0F7p7WbM [R=301,L] |
|
88 | 87 |
|
89 | 88 |
# The following redirect is necessary because we're using that URL on |
90 | 89 |
# some external resources (the donate infrastructure in particular) and |
... | ... |
@@ -1,7 +1,11 @@ |
1 | 1 |
#include "head.wmi" TITLE="Tor Project | Privacy Online" CHARSET="UTF-8" DONATION_BANNER="true" |
2 | 2 |
|
3 | 3 |
<div id="home"> |
4 |
-<iframe width="560" height="315" src="embed/onionvideo" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe> |
|
4 |
+ |
|
5 |
+<video width="560" height="315" controls> |
|
6 |
+ <source src="https://extra.torproject.org/media/onionthankyou/onion.mp4" type="video/mp4"> |
|
7 |
+ Your browser does not support the video tag. |
|
8 |
+</video> |
|
5 | 9 |
</div> |
6 | 10 |
|
7 | 11 |
#include <foot.wmi> |
8 | 12 |
\ No newline at end of file |
9 | 13 |