use generic redirect for twipu bug

This commit is contained in:
Daniel Micay 2019-10-08 18:05:28 -04:00
parent fa17f4f250
commit 8528c695e7

View File

@ -47,8 +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
RedirectMatch 301 "^/(.*)<a href=$" /$1
RewriteEngine on