chore: 完成v1.0.0最终验收,更新测试报告与文档

新增CSP安全配置与对应测试用例,补充并发负载测试,更新README进度与统计数据,新增最终验收报告与测试计划文档,修复已知测试问题
This commit is contained in:
2026-08-13 09:31:11 +08:00
parent 17ada52928
commit 7d93c13b18
7 changed files with 1035 additions and 21 deletions
+1
View File
@@ -12,6 +12,7 @@ server {
location / {
try_files $uri $uri/ /index.html;
add_header Cache-Control "no-cache, no-store, must-revalidate";
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; connect-src 'self'; frame-src 'none'; object-src 'none'";
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {