summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-10-08 18:05:28 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-10-08 18:05:28 -0400
commit8528c695e77a505d2496da4d31a280c6e34f8b4f (patch)
treec87d4df8179d525dc51797d43e6541686f8736b6 /static
parentfa17f4f250006d0a9012ce94a6d35a53fe74e854 (diff)
use generic redirect for twipu bug
Diffstat (limited to 'static')
-rw-r--r--static/.htaccess3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/.htaccess b/static/.htaccess
index 554b66a1..c731c9c0 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -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