From 0b22f5ec114d4f364c92d4e476ab876e9f06c2eb Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 08 May 2021 13:03:29 +0800
Subject: [PATCH] https调整
---
public/weather/index.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/public/weather/index.html b/public/weather/index.html
index a502b61..cccb413 100644
--- a/public/weather/index.html
+++ b/public/weather/index.html
@@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>天气</title>
<!-- axios -->
<script src='../map/lib/axios.js'></script>
@@ -83,4 +84,4 @@
</body>
-</html>
\ No newline at end of file
+</html>
--
Gitblit v1.9.3