feat(v1.4): Add 'Encrypted in memory' badge

This commit is contained in:
LC mac
2026-01-30 01:25:09 +08:00
parent 9ffdbbd50f
commit 46982794cc
2 changed files with 17 additions and 2 deletions

6
public/_headers Normal file
View File

@@ -0,0 +1,6 @@
/*
Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'none'; form-action 'none'; base-uri 'self';
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin