commit 121caf0dede7bb5327af4e3198bc732459c5bd2f Author: hiromipaw hiro@torproject.org Date: Thu Dec 21 13:44:44 2017 +0100
Fix redirect --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess index 21386d6f..cbc5372b 100644 --- a/.htaccess +++ b/.htaccess @@ -85,7 +85,7 @@ RewriteRule ^donate/donor-privacy-policy(.*) https://donate.torproject.org/priva 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(.*) /averyonionthankyou.html.en [R=302,L] -RewriteRule ^embed/onionvideo(.*) https://www.youtube.com/embed/TXT0F7p7WbM [R=302,L] +RewriteRule ^embed/onionvideo(.*) 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
tor-commits@lists.torproject.org