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 81e6357 commit 0d604b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foodRecipes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<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>FOOD FINDS</title>
<link rel="shortcut icon" type="x-icon" href="logo/foodFinds-logo.jpg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
Expand Down

0 comments on commit 0d604b3

Please sign in to comment.