History log of /ontohub/config/initializers/security_headers.rb
Revision Date Author Comments Expand
0c6ce6e1864f25f9832d6e7499a3d7457bfbc622 04-Aug-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Update gems (#1743) * Update gem: simplecov to 0.12.0 * Update gem: elasticsearch to 2.0.0. * Update gem: kaminari to 1.17.0. * Update gem: rdf to 2.0.2. * Update gem: rdf-rdfxml to 2.0.0. * Update gem: rdf-n3 to 2.0.0. * Update gem: rest-client to 2.0.0. * Update gem: secure_headers to 3.4.0. * Update gem: d3_rails to 4.1.1. * Update gem: poltergeist to 1.10.0. * Update gem: webmock to 2.1.0. * Update gem: yard to 0.9.5. * Add comment about exception_notification requirements. * Add comment about active_model_serializers requirements. * Bundle update. * Obey Hound.

b6f6bbaf12eb24f08dcba6e01214645ea240e8ed 09-May-2016 Tom Gehrke <phyrog@cognitive-coding.com>

Set X-Frame-Options to SAMEORIGIN

450c425d47cb4ff346c009bf6193057cee85fcc6 04-Mar-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Update gem: secure_headers to 3.0.2. This version uses a Rack middleware to add the headers. As a consecience, we cannot test in rspec whether or not the headers are set. `curl -I http://localhost:3000` can be used to check the headers manually.

1974ebd587f6c126ffe11829f944d7c10c667d98 17-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Update gem secure_headers to version 2.5.1 and migrate to 3.0 config Migration is done according to https://github.com/twitter/secureheaders/blob/4af0071ee2643e78be9bb495a1e622bb9d700a78/upgrading-to-3-0.md

5340b43bc256d75f69412e4852d3ed1018439d5b 09-Nov-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Update gem secure_headers to 2.4.3 The "-src" values now need to be set separately. They won't be set implicitly by the gem.

52f48599c05f6b3385a2ac8e04ec96cbe7bb4f39 02-May-2014 henning mueller <henning@orgizm.net>

Comment for CSP unsafe-inline cause.

b049c4f1eb105fffb64f9c614c54e95137875dba 04-Apr-2014 Julian Kornberger <juliank@tzi.de>

CSP Headers modified should solve #381

8441cc0be003fcd6294a1b5b93e1143b5bb82cea 03-Jul-2013 Julian Kornberger <juliank@tzi.de>

secure_headers added