@@ -, +, @@ - modify a record in a batch (tools/batch_record_modification.pl) - click on preview marc --- C4/Output.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Output.pm +++ a/C4/Output.pm @@ -269,7 +269,7 @@ sub output_with_http_headers { charset => 'UTF-8', Pragma => 'no-cache', 'Cache-Control' => $cache_policy, - 'X-Frame-Options' => 'DENY', + 'X-Frame-Options' => 'SAMEORIGIN', }; $options->{expires} = 'now' if $extra_options->{force_no_caching}; --