diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-12 13:58:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-12 13:58:44 -0400 |
| commit | f424932ea5dd97ceee84f104e5c37bb2239bbbf5 (patch) | |
| tree | 0b9a6183555f6ea3e9e80ead6ea698febf107690 /static/donate.html | |
| parent | 39185f23908d3eb7a078547ac6b7cf90fed558fd (diff) | |
drop unnecessary favicon query string for compat
Skype appears to be unable to handle this and tries /favicon.ico%3F0
which triggers a 404 errors. The user agent is the following:
Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/donate.html b/static/donate.html index bdd0c9bc..0acc49b4 100644 --- a/static/donate.html +++ b/static/donate.html @@ -18,7 +18,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/donate"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/> + <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/> <link rel="stylesheet" href="/grapheneos.css?9"/> <link rel="manifest" href="/manifest.webmanifest"/> |
