Skip to content

Commit

Permalink
attempt allowing insecure requests to http api
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje authored Sep 27, 2024
1 parent 52bca35 commit 979b7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bus tijden</title>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<script>
Expand Down

0 comments on commit 979b7a4

Please sign in to comment.