Skip to content

Commit 344f3e6

Browse files
authoredJan 15, 2023
⚒️ Enabled http requests from https
1 parent 6279ce3 commit 344f3e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎departments/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
78
<meta name="viewport" content="width=device-width, initial-scale=1.0">
89
<title>Departments</title>
910
<link rel="icon" type="image/x-icon" href="/public/assets/images/nitj-logo.png" />
@@ -15,4 +16,4 @@
1516
<script type="module" src="/js/dept-controller.js"></script>
1617
</body>
1718

18-
</html>
19+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.