AWS lightsail documentation change
Summary
Fixed a typo in the example URL for HTTP to HTTPS redirection (changed 'http:/example.com' to 'http://example.com')
Security assessment
This change corrects a typographical error in a URL example. The content discusses HTTPS redirection for security, but the change itself only fixes a malformed URL example and doesn't address any security vulnerability or add new security information.
Diff
diff --git a/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-ghost.md b/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-ghost.md index acb72ac53..85ca567f5 100644 --- a//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-ghost.md +++ b//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-ghost.md @@ -209 +209 @@ If your domain is not configured to route traffic to the public IP address of yo - * **Enable HTTP to HTTPS redirection** \- Specifies whether users who browse to the HTTP version of your website (i.e., `http:/example.com`) are automatically redirected to the HTTPS version (i.e., `https://example.com`). We recommend enabling this option because it forces all visitors to use the encrypted connection. Type `Y` and press **Enter** to enable it. + * **Enable HTTP to HTTPS redirection** \- Specifies whether users who browse to the HTTP version of your website (i.e., `http://example.com`) are automatically redirected to the HTTPS version (i.e., `https://example.com`). We recommend enabling this option because it forces all visitors to use the encrypted connection. Type `Y` and press **Enter** to enable it.