]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Disable HSTS for Firefox 52 to avoid issues with remote editing"
authorTom Hughes <tom@compton.nu>
Tue, 15 May 2018 13:27:04 +0000 (14:27 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 15 May 2018 13:27:04 +0000 (14:27 +0100)
This reverts commit 2443cfc7684f070dac2dd89772db3a3db5e50a78.

cookbooks/web/templates/default/apache.frontend.erb

index b2bf38a2e376b6455652fb42ad7ed6209d46ce7f..a950d77461a099fa6a67407d6328c7aeac652443 100644 (file)
   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 -%>
 
   #