Misleading option description
-
The description for the preload option currently spots the following text:
The “preload” parameter is used to indicate to the browser that the website should only be loaded via HTTPS. This means that even if a user types “https://” in front of the website URL, he or she will automatically be redirected to “https://” to ensure the security of the connection. In addition, this parameter allows the website to be included in the pre-loading list of browsers, which means that browsers will only use the HTTPS connection for the site without the need for verification. This makes the site load faster for users and improves the security of the connection.
This text is slightly misleading. Namely, the first part of it is incorrect, because the presence of the HSTS header itself ensures that supporting browsers will automatically redirect HTTP requests to HTTPS. The
preload
parameter only indicates that the site owner accepts with the site being included in the preload list upon submission. To quote the OWASP cheat sheet:The
preload
flag indicates the site owner’s consent to have their domain preloaded. The site owner still needs to then go and submit the domain to the list.I want to suggest that the aforementioned description is updated by removing everything up to and including the words “in addition”.
- The topic ‘Misleading option description’ is closed to new replies.