feat: enhance security headers and update content security policy in response and HTML files

This commit is contained in:
shuaiplus
2026-03-01 22:34:13 +08:00
committed by Shuai
parent c0683016c3
commit ace9f4f5ac
5 changed files with 19 additions and 14 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
import { Construction } from 'lucide-preact';
import { HardDriveDownload } from 'lucide-preact';
import { t } from '@/lib/i18n';
export default function HelpPage() {
return (
<div className="stack">
<section className="card">
<h3>{t('support_title')}</h3>
<h3>{t('backup_strategy_title')}</h3>
<div className="empty" style={{ minHeight: 180 }}>
<div style={{ textAlign: 'center' }}>
<Construction size={34} style={{ color: '#64748b', marginBottom: 8 }} />
<div>{t('support_under_construction')}</div>
<HardDriveDownload size={34} style={{ color: '#64748b', marginBottom: 8 }} />
<div>{t('backup_strategy_under_construction')}</div>
</div>
</div>
</section>