Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-19 20:29:18 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-19 20:34:14 +0300
commitd560cd9cc81bc2fdb006c8836f9f4901265434a4 (patch)
treed9dd79588c2732d6f7a628d1ef1e1239bd6c8afe
parent7526c4d96979e00bf17c60e23382b84978dfda34 (diff)
security issue - remove favicon
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
-rw-r--r--web/assets/favicon.icobin15406 -> 0 bytes
-rw-r--r--web/html/common/head.html2
2 files changed, 0 insertions, 2 deletions
diff --git a/web/assets/favicon.ico b/web/assets/favicon.ico
deleted file mode 100644
index 99b108ab..00000000
--- a/web/assets/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/web/html/common/head.html b/web/html/common/head.html
index e20cdc24..6ae7247c 100644
--- a/web/html/common/head.html
+++ b/web/html/common/head.html
@@ -7,8 +7,6 @@
<link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue@1.7.8/antd.min.css">
<link rel="stylesheet" href="{{ .base_path }}assets/element-ui@2.15.0/theme-chalk/display.css">
<link rel="stylesheet" href="{{ .base_path }}assets/css/custom.css?{{ .cur_ver }}">
- <link rel=”icon” type=”image/x-icon” href="{{ .base_path }}assets/favicon.ico">
- <link rel="shortcut icon" type="image/x-icon" href="{{ .base_path }}assets/favicon.ico">
<link rel="manifest" href="{{ .base_path }}assets/manifest.json">
<script>