diff options
Diffstat (limited to 'static/.htaccess')
| -rw-r--r-- | static/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/.htaccess b/static/.htaccess index 39c7faba..6f0d5147 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -41,6 +41,10 @@ Header set Cache-Control "public, max-age=31536000" RedirectMatch 301 ^/security.txt$ /.well-known/security.txt RedirectMatch 301 ^/graphene.png$ /logo.png +RedirectMatch 301 ^/pdfviewer_privacy_policy$ /pdfviewer-privacy-policy +RedirectMatch 301 ^/safari_pinned_tab_icon.svg$ /safari-pinned-tab-icon.svg +RedirectMatch 301 ^/bitcoin_address.png$ /bitcoin-address.png + # http://www.twipu.com/GrapheneOS doesn't handle links with fragments properly RedirectMatch 301 "^/releases<a href=$" /releases |
