summaryrefslogtreecommitdiffstats
path: root/static/index.html
diff options
context:
space:
mode:
authorGab Virebent <gabriel1@virebent.art>2026-07-08 23:54:25 +0200
committerGab Virebent <gabriel1@virebent.art>2026-07-08 23:54:25 +0200
commitf21e4d8781c06c0686f4a8697ce0697f9bf6a5cc (patch)
tree36ff93976b004f3da5ba8490d6357d3369569a52 /static/index.html
parentb3d7132714f35174cef0cf5d96bed02a1c4ddff4 (diff)
downloadnymdrop-f21e4d8781c06c0686f4a8697ce0697f9bf6a5cc.tar.gz
nymdrop-f21e4d8781c06c0686f4a8697ce0697f9bf6a5cc.tar.xz
nymdrop-f21e4d8781c06c0686f4a8697ce0697f9bf6a5cc.zip
Add Nym community favicon and allow img-src in CSP
favicon.ico/32/48 reference the official Nym icon so the site is recognizable as Nym-community. CSP img-src 'self' data: was needed for the PNG variants to load under the strict script-src 'self' policy.
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
index 84264b7..218af7e 100644
--- a/static/index.html
+++ b/static/index.html
@@ -5,6 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<title>NymDrop — Secure Submission</title>
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png?v=20260708-2">
+ <link rel="icon" type="image/png" sizes="48x48" href="/favicon-48.png?v=20260708-2">
+ <link rel="icon" type="image/x-icon" sizes="any" href="/favicon.ico?v=20260708-2">
+ <link rel="shortcut icon" href="/favicon.ico?v=20260708-2">
<link rel="stylesheet" href="/style.css">
<script src="/theme-init.js"></script>
</head>