Fix template

pull/170/head
Stefano Ortolani 2024-10-04 15:09:59 +01:00
parent 754220879b
commit c2a69a6db4
1 changed files with 3 additions and 3 deletions

View File

@ -202,12 +202,12 @@ SYNCSERVERS_1_PULL_RULES=
# Security Settings
# Maximum time (in seconds) for HSTS (HTTP Strict Transport Security), ensures HTTPS is used.
HSTS_MAX_AGE=
# HSTS_MAX_AGE=
# X-Frame-Options policy configuration: controls whether the site can be embedded in frames or iframes.
# Options: DENY, SAMEORIGIN, ALLOW-FROM <URL> Default: SAMEORIGIN
X_FRAME_OPTIONS=""
# X_FRAME_OPTIONS=
# Content-Security-Policy (CSP) configuration: defines allowed resources and prevents attacks like XSS.
# Example: "frame-src 'self' https://*.example.com; frame-ancestors 'self' https://*.example.com; object-src 'none'; report-uri https://example.com/cspReport"
CONTENT_SECURITY_POLICY=""
# CONTENT_SECURITY_POLICY=