diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-10-08 17:54:14 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-10-08 17:54:14 -0400 |
| commit | fa17f4f250006d0a9012ce94a6d35a53fe74e854 (patch) | |
| tree | f73d15b6c9ca9ec372c2b4dc5d4dcea61f7c5776 | |
| parent | a491747cf73fd45104786656e105166c4b155f09 (diff) | |
add another redirect for broken twipu links
| -rw-r--r-- | static/.htaccess | 1 |
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 |
