You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.

HTTP Strict Transport Security

HTTP Strict Transport Security (HSTS) is a enhancement that is specified by a web application through the use of a special response header. Once a supported browser receives this header that browser will prevent any communications from being sent over HTTP to the specified domain and will instead send all communications over HTTPS. It also prevents HTTPS click through prompts on browsers.

By default this is disabled.

By default this is disabled.

The property should be:

blueriq.security.strict-transport-security.enabled=false

To enable use:

blueriq.security.strict-transport-security.enabled=true
  • No labels