From: Tom Hughes Date: Tue, 15 May 2018 13:27:04 +0000 (+0100) Subject: Revert "Disable HSTS for Firefox 52 to avoid issues with remote editing" X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0f09a3d7bc4bf2083cca1cf364c99c639da5bb49 Revert "Disable HSTS for Firefox 52 to avoid issues with remote editing" This reverts commit 2443cfc7684f070dac2dd89772db3a3db5e50a78. --- diff --git a/cookbooks/web/templates/default/apache.frontend.erb b/cookbooks/web/templates/default/apache.frontend.erb index b2bf38a2e..a950d7746 100644 --- a/cookbooks/web/templates/default/apache.frontend.erb +++ b/cookbooks/web/templates/default/apache.frontend.erb @@ -17,12 +17,6 @@ SSLProxyEngine on SSLCertificateFile /etc/ssl/certs/www.openstreetmap.org.pem SSLCertificateKeyFile /etc/ssl/private/www.openstreetmap.org.key - - # - # Disable HSTS for Firefox 52 to avoid issues with remote editing - # - BrowserMatch Firefox/52 no-hsts - Header set Strict-Transport-Security "max-age=0" env=no-hsts <% end -%> #