You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Examples for usage with Angular and React are located in the `examples` director
37
37
-**Content Security Policy**: Restrictive by default, with automatic whitelisting for server API endpoints.
38
38
-**Referrer Policy**: Disabled by default to prevent leakage.
39
39
-**Content Type Sniffing**: Disabled by default.
40
-
-**HTTPS**: Enforced via HSTS if enabled; uses [recommended OWASP protocols and cipher suites.](https://cheatsheetseries.owasp.org/cheatsheets/TLS_Cipher_String_Cheat_Sheet.html)
40
+
-**HTTPS**: Enforced via HSTS if enabled; uses [recommended OWASP protocols and cipher suites.](https://github.com/OWASP/CheatSheetSeries/blob/1e07c6c894f98af58d8a417eb8df1b20e1b3337e/cheatsheets/TLS_Cipher_String_Cheat_Sheet.md)
41
41
-**Non-Root User**: The container runs as a non-root user but can bind to ports 80 and 443.
42
42
-**Source Maps**: Disabled by default.
43
43
-**Read-only Root Filesystem**: [Supported at container runtime](#read-only-root-filesystem-support)
@@ -128,7 +128,7 @@ default:
128
128
ssl_certificate: /etc/ssl/default.crt
129
129
ssl_certificate_key: /etc/ssl/default.key
130
130
# Configures supported TLS protocols and cipher suites with recommended value
0 commit comments