Skip to content

Commit

Permalink
Added a Meta Tag to allow mixed content
Browse files Browse the repository at this point in the history
  • Loading branch information
DiksonIvySon committed Oct 19, 2023
1 parent 1b22fd5 commit 5626b0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weatherApp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Tag to allow mixed content-->
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>ivyWeather</title>
<link rel="shortcut icon" type="x-icon" href="logo/WhatsApp Image 2023-08-28 at 11.27.59.jpg">
Expand Down

0 comments on commit 5626b0a

Please sign in to comment.