Fix redirect
hiromipaw

hiromipaw commited on 2017-12-21 13:44:44
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -85,7 +85,7 @@ RewriteRule ^donate/donor-privacy-policy(.*) https://donate.torproject.org/priva
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 87
 RewriteRule ^averyonionthankyou(.*) /averyonionthankyou.html.en [R=302,L]
88
-RewriteRule ^embed/onionvideo(.*) https://www.youtube.com/embed/TXT0F7p7WbM [R=302,L]
88
+RewriteRule ^embed/onionvideo(.*) https://www.youtube.com/embed/TXT0F7p7WbM [R=301,L]
89 89
 
90 90
 # The following redirect is necessary because we're using that URL on
91 91
 # some external resources (the donate infrastructure in particular) and
92 92