Browse Source

Merge branch '1.5.x'

pull/5445/merge
Stephane Nicoll 9 years ago
parent
commit
22edb9eded
  1. 2
      spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

2
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

@ -431,7 +431,7 @@ content into your application; rather pick only the properties that you need. @@ -431,7 +431,7 @@ content into your application; rather pick only the properties that you need.
security.filter-dispatcher-types=ASYNC, FORWARD, INCLUDE, REQUEST # Security filter chain dispatcher types.
security.headers.cache=true # Enable cache control HTTP headers.
security.headers.content-security-policy= # Value for content security policy header.
security.headers.content-security-policy-mode=default # Content security policy mode (default, report-only).
security.headers.content-security-policy-mode=default # Security policy mode.
security.headers.content-type=true # Enable "X-Content-Type-Options" header.
security.headers.frame=true # Enable "X-Frame-Options" header.
security.headers.hsts= # HTTP Strict Transport Security (HSTS) mode (none, domain, all).

Loading…
Cancel
Save