commit ddf31327ae780238f48c90fe25900fdeeb3e1fc3 Author: hiromipaw hiro@torproject.org Date: Thu Dec 21 16:55:22 2017 +0100
Remove redirects add video from extra --- .htaccess | 1 - en/averyonionthankyou.wml | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess index 0dca3aa5..86a523e0 100644 --- a/.htaccess +++ b/.htaccess @@ -84,7 +84,6 @@ RewriteRule ^donate/donor-faq(.*) https://donate.torproject.org/donor-faq [R=302 RewriteRule ^donate/donor-privacy-policy(.*) https://donate.torproject.org/privacy-policy [R=302,L] RewriteRule ^donate/thankyou(.*) https://donate.torproject.org/thank-you [R=302,L] RewriteRule ^thankyou(.*) https://donate.torproject.org/thank-you [R=302,L] -RewriteRule ^averyonionthankyou(.*) https://www.youtube.com/embed/TXT0F7p7WbM [R=301,L]
# The following redirect is necessary because we're using that URL on # some external resources (the donate infrastructure in particular) and diff --git a/en/averyonionthankyou.wml b/en/averyonionthankyou.wml index 62ddb5a3..7d5405ae 100644 --- a/en/averyonionthankyou.wml +++ b/en/averyonionthankyou.wml @@ -1,7 +1,11 @@ #include "head.wmi" TITLE="Tor Project | Privacy Online" CHARSET="UTF-8" DONATION_BANNER="true"
<div id="home"> -<iframe width="560" height="315" src="embed/onionvideo" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe> + +<video width="560" height="315" controls> + <source src="https://extra.torproject.org/media/onionthankyou/onion.mp4" type="video/mp4"> + Your browser does not support the video tag. +</video> </div>
#include <foot.wmi> \ No newline at end of file
tor-commits@lists.torproject.org