Skip to content

Commit

Permalink
Merge pull request #728 from roots/hsts-default-preload-off
Browse files Browse the repository at this point in the history
Fix #727 - HSTS: default preload to off
  • Loading branch information
swalkinshaw authored Jan 7, 2017
2 parents a6f0793 + a86a02c commit 991c83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### HEAD
* [BREAKING] Fix #727 - HSTS: default preload to off ([#728](https://github.com/roots/trellis/pull/728))
* `Vagrantfile`: add automatic support for landrush ([#724](https://github.com/roots/trellis/pull/724))
* Suppress extra output in SSL certificates ([#723](https://github.com/roots/trellis/pull/723))
* Fix #718 - improve method of updating theme paths ([#720](https://github.com/roots/trellis/pull/720))
Expand Down
2 changes: 1 addition & 1 deletion roles/nginx/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nginx_ssl_path: "{{ nginx_path }}/ssl"
# HSTS defaults
nginx_hsts_max_age: 31536000
nginx_hsts_include_subdomains: true
nginx_hsts_preload: true
nginx_hsts_preload: false

# Fastcgi cache params
nginx_cache_path: /var/cache/nginx
Expand Down

0 comments on commit 991c83d

Please sign in to comment.