diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-07 18:15:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-07 18:15:40 -0400 |
| commit | 5da6a8432fac9f72c68d579633a17bf3967b5ae6 (patch) | |
| tree | 0e2788ed958179d635f3fde5617b7871b8cf76dc /static/.htaccess | |
| parent | b00cbbc43602650037dd8221696b66ef4b1615ed (diff) | |
use generic name for mask icon
Diffstat (limited to 'static/.htaccess')
| -rw-r--r-- | static/.htaccess | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/.htaccess b/static/.htaccess index 6f0d5147..ab1a36c1 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -42,7 +42,8 @@ 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 ^/safari_pinned_tab_icon.svg$ /mask-icon.svg +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 |
