Merge pull request #638 from opf/feature/x_frame_options_header

pull/672/head
Hagen Schink 11 years ago
commit b4feecc967
  1. 1
      config.ru
  2. 1
      doc/CHANGELOG.md

@ -30,4 +30,5 @@
require ::File.expand_path('../config/environment', __FILE__)
use Rack::Protection::JsonCsrf
use Rack::Protection::FrameOptions
run OpenProject::Application

@ -29,6 +29,7 @@ See doc/COPYRIGHT.rdoc for more details.
# Changelog
* `#1719` Set X-Frame-Options to same origin
* `#3018` Fix: Stored queries grouping by attribute is not working
* `#3020` Fix: E-mail Message-ID header is not unique for Work Package mails
* `#3030` Users preferences for order of comments is ignored on wp comments

Loading…
Cancel
Save