diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-17 13:45:01 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-17 13:51:39 -0400 |
| commit | a45fe7606e73d5eb2dd2c9b4aca02e1b01926e19 (patch) | |
| tree | 72c4cc7badee062570ca8c4be19609f6bf1eeae6 /static/.htaccess | |
| parent | c0c0a18b134dfe6431df16d48cb308c9635efdb0 (diff) | |
consistently use dash as word separator in URLs
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 |
