summaryrefslogtreecommitdiff
path: root/static/install.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-06-12 13:58:44 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-06-12 13:58:44 -0400
commitf424932ea5dd97ceee84f104e5c37bb2239bbbf5 (patch)
tree0b9a6183555f6ea3e9e80ead6ea698febf107690 /static/install.html
parent39185f23908d3eb7a078547ac6b7cf90fed558fd (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/install.html')
-rw-r--r--static/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html
index b6a248d1..3ac04585 100644
--- a/static/install.html
+++ b/static/install.html
@@ -18,7 +18,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/install"/>
<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"/>