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

(-)a/Koha/ContentSecurityPolicy.pm (-1 lines)
Lines 20-26 package Koha::ContentSecurityPolicy; Link Here
20
use Modern::Perl;
20
use Modern::Perl;
21
21
22
use C4::Context;
22
use C4::Context;
23
use Koha::Cache::Memory::Lite;
24
use Koha::Token;
23
use Koha::Token;
25
24
26
use Koha::Exceptions::Config;
25
use Koha::Exceptions::Config;
(-)a/t/Koha/ContentSecurityPolicy.t (-2 lines)
Lines 25-31 use Test::Exception; Link Here
25
BEGIN { use_ok('Koha::ContentSecurityPolicy') }
25
BEGIN { use_ok('Koha::ContentSecurityPolicy') }
26
26
27
use C4::Context;
27
use C4::Context;
28
use Koha::Cache::Memory::Lite;
29
28
30
use t::lib::Mocks;
29
use t::lib::Mocks;
31
30
32
- 

Return to bug 38365