summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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