Skip to content

Commit c2a69a6

Browse files
committed
Fix template
1 parent 7542208 commit c2a69a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ SYNCSERVERS_1_PULL_RULES=
202202

203203
# Security Settings
204204
# Maximum time (in seconds) for HSTS (HTTP Strict Transport Security), ensures HTTPS is used.
205-
HSTS_MAX_AGE=
205+
# HSTS_MAX_AGE=
206206

207207
# X-Frame-Options policy configuration: controls whether the site can be embedded in frames or iframes.
208208
# Options: DENY, SAMEORIGIN, ALLOW-FROM <URL> Default: SAMEORIGIN
209-
X_FRAME_OPTIONS=""
209+
# X_FRAME_OPTIONS=
210210

211211
# Content-Security-Policy (CSP) configuration: defines allowed resources and prevents attacks like XSS.
212212
# Example: "frame-src 'self' https://*.example.com; frame-ancestors 'self' https://*.example.com; object-src 'none'; report-uri https://example.com/cspReport"
213-
CONTENT_SECURITY_POLICY=""
213+
# CONTENT_SECURITY_POLICY=

0 commit comments

Comments
 (0)