Fix: insecure stylesheet on landing and login pages

This commit is contained in:
Kwesi Banson Jnr 2026-02-20 06:13:26 +00:00
parent c7fabecd06
commit 268dfb2ce7
2 changed files with 12 additions and 11 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>LUPMIS4LUSPA | Landing Page</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">

View File

@ -8,12 +8,12 @@
<meta name="description" content="">
<meta name="author" content="">
<!--
Source - https://stackoverflow.com/a/57646910
Posted by Bira, modified by community. See post 'Timeline' for change history
Retrieved 2026-02-20, License - CC BY-SA 4.0
-->
Source - https://stackoverflow.com/a/57646910
Posted by Bira, modified by community. See post 'Timeline' for change history
Retrieved 2026-02-20, License - CC BY-SA 4.0
-->
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>LUPMIS4LUSPA | Login</title>