Skip to main content

2025년 6월 20일

HTTP Strict Transport Security

The HTTP Strict Transport Security (HSTS) feature is a security policy mechanism that helps to protect against man-in-the-middle attacks by telling web browsers that they should use only HTTPS to connect.

The header is added to all HTTP responses on port 443, specifying a lifetime of one year. Optional properties can be set by adding multi-value property hstsFlags to the locked.properties file. The following values can be set.

PropertyValue
includeSubDomainsApplies to all subdomains of this site.
preloadHint to include this site in HSTS preload lists.

Example:

hstsFlags.1=includeSubDomains
hstsFlags.2=preload

Note: These properties are not set by default because they can affect URLs outside of Horizon 8 too. Do not set unless you understand the implications.

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…