Skip to content

Commit

Permalink
Adds comment in serverless.yml for dev override
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy committed May 17, 2023
1 parent 0cbe409 commit cf2b8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ telemetry.allowChangingOptInStatus: false

# Harden security response headers, see https://github.com/elastic/kibana/issues/150884
# The browser should remember that a site, including subdomains, is only to be accessed using HTTPS for 1 year
# Can override this setting in kibana.dev.yml, e.g. server.securityResponseHeaders.strictTransportSecurity: null
server.securityResponseHeaders.strictTransportSecurity: max-age=31536000; includeSubDomains
# Disable embedding for serverless MVP
server.securityResponseHeaders.disableEmbedding: true

0 comments on commit cf2b8a5

Please sign in to comment.