fix: clickjacking (#18552)

This commit is contained in:
Joel
2025-04-22 17:08:52 +08:00
committed by GitHub
parent b26e20fe34
commit a1b3d41712
8 changed files with 39 additions and 16 deletions

View File

@ -430,4 +430,7 @@ CREATE_TIDB_SERVICE_JOB_ENABLED=false
# Maximum number of submitted thread count in a ThreadPool for parallel node execution
MAX_SUBMIT_COUNT=100
# Lockout duration in seconds
LOGIN_LOCKOUT_DURATION=86400
LOGIN_LOCKOUT_DURATION=86400
# Prevent Clickjacking
ALLOW_EMBED=false