Bug 15111: Change X-Frame-Options with SAMEORIGIN
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Nov 2015 08:19:57 +0000 (08:19 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 14 Mar 2016 16:30:08 +0000 (16:30 +0000)
commitfb167c0e4b897bf9a93b4fd6176b15e2d4dbd4df
treebede4ad2baf4a9b345b1b5ba1c5eceb26559f4e3
parentdc03bca76cf5b7cb48d98d1ce245fc65b98be929
Bug 15111: Change X-Frame-Options with SAMEORIGIN

There are some places where frames are used, the greybox JS plugin for
instance.

We need either to allow them from Koha or replace this plugin.
The easier for now is to switch the value from DENY with SAMEORIGIN.

Test plan:
- modify a record in a batch (tools/batch_record_modification.pl)
- click on preview marc
=> With only the previous patch you will get a blank page.
=> With this patch apply, it will work as expected.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Output.pm