Fix: insecure stylesheet on landing and login pages
This commit is contained in:
parent
c7fabecd06
commit
268dfb2ce7
@ -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">
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user