Remove headers already set in GitLab application_controller.rb

This commit is contained in:
Phill 2014-10-29 08:56:34 +00:00
parent ed51ec9740
commit 8ea0d201c3
1 changed files with 0 additions and 3 deletions

View File

@ -65,9 +65,6 @@ server {
ssl_protocols <%= @ssl_protocols %>;
ssl_session_cache <%= @ssl_session_cache %>;
ssl_session_timeout <%= @ssl_session_timeout %>;
add_header Strict-Transport-Security max-age=63072000;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
<% end %>
## Increase this if you want to upload large attachments