summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-10-08 17:54:14 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-10-08 17:54:14 -0400
commitfa17f4f250006d0a9012ce94a6d35a53fe74e854 (patch)
treef73d15b6c9ca9ec372c2b4dc5d4dcea61f7c5776 /static
parenta491747cf73fd45104786656e105166c4b155f09 (diff)
add another redirect for broken twipu links
Diffstat (limited to 'static')
-rw-r--r--static/.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/.htaccess b/static/.htaccess
index ab1a36c1..554b66a1 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -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