add another redirect for broken twipu links

This commit is contained in:
Daniel Micay 2019-10-08 17:54:14 -04:00
parent a491747cf7
commit fa17f4f250

View File

@ -47,6 +47,7 @@ RedirectMatch 301 ^/safari-pinned-tab-icon.svg$ /mask-icon.svg
RedirectMatch 301 ^/bitcoin_address.png$ /bitcoin-address.png
# http://www.twipu.com/GrapheneOS doesn't handle links with fragments properly
RedirectMatch 301 "^/<a href=$" /
RedirectMatch 301 "^/releases<a href=$" /releases
RewriteEngine on