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
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-23 17:09:43 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-23 17:09:43 +0300
commita39d07a68a6ead602524a1a928aaf3a0f7d548a0 (patch)
treeb34195f63f3656db30294e5a8b8d88822846715a /web/html
parent81c9b4450bce3726733438fc860a2f7d4c242ea9 (diff)
revert #1678
i got so many errors while testing it on my server and i think we can have security issue if use this anyway thank you and sorry about this
Diffstat (limited to 'web/html')
-rw-r--r--web/html/common/head.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/web/html/common/head.html b/web/html/common/head.html
index 9d7919b6..b2533098 100644
--- a/web/html/common/head.html
+++ b/web/html/common/head.html
@@ -7,16 +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="manifest" href="{{ .base_path }}assets/manifest.json">
-
- <script>
- if ('serviceWorker' in navigator) {
- navigator.serviceWorker.register('{{ .base_path }}assets/js/sw.js')
- .then(function () {
- console.log('Service Worker Registered');
- });
- }
- </script>
<style>
[v-cloak] {
display: none;