AWS lightsail documentation change
Summary
Corrected a typo in the HTTP URL example from 'http:/example.com' to 'http://example.com' in the HTTPS redirection documentation
Security assessment
The change fixes a syntax error in an example URL but doesn't alter security recommendations. The existing text already recommended HTTPS redirection for encryption. No vulnerability or security incident is addressed.
Diff
diff --git a/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-prestashop.md b/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-prestashop.md index 8c931057a..fccdc4bf3 100644 --- a//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-prestashop.md +++ b//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-prestashop.md @@ -184 +184 @@ You should see a response similar to the following example: - * **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.