fix: 替换过时的 X-XSS-Protection 为 Content-Security-Policy

This commit is contained in:
2026-07-10 15:27:27 +08:00
parent 276a1401f4
commit 29bdfcfb18
3 changed files with 9 additions and 6 deletions
-2
View File
@@ -22,8 +22,6 @@ import threading
import logging
from typing import Protocol
import requests # noqa: F401 — DashscopeEmbedder 使用
from src.core.config import EmbedConfig
logger = logging.getLogger("md-vector-db")