File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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=
You can’t perform that action at this time.
0 commit comments