Add <meta name="darkreader-lock"/> to post-login

This commit is contained in:
Mechite 2022-12-27 02:18:49 +00:00 committed by GitHub
parent fa187f48b1
commit 4ca48dd5ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3606,6 +3606,7 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal';
<meta name="author" content="CCP Programmers">
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex">
<meta name="darkreader-lock"/>
<?php if($favicon_path) { echo '<link rel="icon" href="'.fm_enc($favicon_path).'" type="image/png">'; } ?>
<title><?php echo fm_enc(APP_TITLE) ?></title>
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin/>