about summary refs log tree commit diff
path: root/pkgs/profpatsch/profpatsch.de
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-07-18 19:35:50 +0200
committerProfpatsch <mail@profpatsch.de>2020-07-18 19:35:50 +0200
commit05217cef40398b87ec6d05ab3781a6b50d699391 (patch)
tree8d2d8982ae3960e794d2cd6a4ff2516f598b36af /pkgs/profpatsch/profpatsch.de
parent03a0a503a1effc5b280bc5a571931b96b709c394 (diff)
pkgs/profpatsch.de: prevent favicon requests
Diffstat (limited to 'pkgs/profpatsch/profpatsch.de')
-rw-r--r--pkgs/profpatsch/profpatsch.de/index.html.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/profpatsch/profpatsch.de/index.html.nix b/pkgs/profpatsch/profpatsch.de/index.html.nix
index 607d5d0c..53381a05 100644
--- a/pkgs/profpatsch/profpatsch.de/index.html.nix
+++ b/pkgs/profpatsch/profpatsch.de/index.html.nix
@@ -13,6 +13,13 @@
     <meta name="description" content="Oh the things you’ll see …">
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
+    <!--
+    prevent favicon request, based on answers in
+    https://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests
+    TODO: create favicon
+    -->
+    <link rel="icon" href="data:,">
+
     <link rel="preload" href="${jsJquery}" as="script">
     <link rel="preload" href="${cssNormalize}" as="style">
     <link rel="preload" href="${cssMain}" as="style">