mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
2f67fb2196
Added optional Strict-Transport-Security in _include.php TODO: put them in ./rainloop/v/0.0.0/app/templates/Views/Admin/AdminSettingsSecurity.html
28 lines
1,011 B
HTML
28 lines
1,011 B
HTML
<!DOCTYPE html>
|
|
<html class="no-js rl-booted-trigger rl-started-trigger glass" dir="{{BaseDir}}">
|
|
|
|
<head>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="0; URL=./?/NoScript" />
|
|
</noscript>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="{{BaseViewport}}">
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="google" content="notranslate" />
|
|
<meta name="robots" content="noindex,nofollow,noodp" />
|
|
<meta name="AppBootData" content='{{RainloopBootData}}' id="app-boot-data" />
|
|
<title></title>
|
|
{{BaseAppFaviconPngLinkTag}}
|
|
{{BaseAppFaviconTouchLinkTag}}
|
|
<link type="text/css" rel="stylesheet" href="{{BaseAppMainCssLink}}" />
|
|
<link type="text/css" rel="stylesheet" href="{{BaseAppThemeCssLink}}" id="app-theme-link" />
|
|
<link rel="manifest" href="{{BaseAppManifestLink}}" />
|
|
</head>
|
|
|
|
<body class="thm-body">
|
|
<div id="rl-app"></div>
|
|
<div id="rl-check"></div>
|
|
<script type="text/javascript" data-cfasync="false" src="{{BaseAppBootScriptLink}}"></script>
|
|
</body>
|
|
|
|
</html>
|