View | Details | Raw Unified | Return to bug 15111
Collapse All | Expand All

(-)a/C4/Output.pm (-2 / +1 lines)
Lines 269-275 sub output_with_http_headers { Link Here
269
        charset           => 'UTF-8',
269
        charset           => 'UTF-8',
270
        Pragma            => 'no-cache',
270
        Pragma            => 'no-cache',
271
        'Cache-Control'   => $cache_policy,
271
        'Cache-Control'   => $cache_policy,
272
        'X-Frame-Options' => 'DENY',
272
        'X-Frame-Options' => 'SAMEORIGIN',
273
    };
273
    };
274
    $options->{expires} = 'now' if $extra_options->{force_no_caching};
274
    $options->{expires} = 'now' if $extra_options->{force_no_caching};
275
275
276
- 

Return to bug 15111