first commit
This commit is contained in:
28
lastochka-ui/index.html
Normal file
28
lastochka-ui/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#2AABEE" />
|
||||
<meta name="description" content="Российский мессенджер с открытым кодом" />
|
||||
|
||||
<!-- Security: Content Security Policy -->
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; font-src 'self' data:; connect-src 'self' wss://app.lastochka-m.ru ws://app.lastochka-m.ru https://app.lastochka-m.ru; frame-ancestors 'none'; base-uri 'self'; form-action 'self';" />
|
||||
|
||||
<!-- Security: Prevent clickjacking -->
|
||||
<meta http-equiv="X-Frame-Options" content="DENY" />
|
||||
|
||||
<!-- Security: MIME type sniffing prevention -->
|
||||
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
|
||||
|
||||
<!-- Security: Referrer Policy -->
|
||||
<meta name="referrer" content="strict-origin-when-cross-origin" />
|
||||
|
||||
<title>Ласточка</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user