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=
202
202
203
203
# Security Settings
204
204
# Maximum time (in seconds) for HSTS (HTTP Strict Transport Security), ensures HTTPS is used.
205
- HSTS_MAX_AGE =
205
+ # HSTS_MAX_AGE=
206
206
207
207
# X-Frame-Options policy configuration: controls whether the site can be embedded in frames or iframes.
208
208
# Options: DENY, SAMEORIGIN, ALLOW-FROM <URL> Default: SAMEORIGIN
209
- X_FRAME_OPTIONS = " "
209
+ # X_FRAME_OPTIONS=
210
210
211
211
# Content-Security-Policy (CSP) configuration: defines allowed resources and prevents attacks like XSS.
212
212
# 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