use Modern::Perl;
use C4::Context;
use Koha::Cache::Memory::Lite;
use Koha::Token;
use Koha::Exceptions::Config;
BEGIN { use_ok('Koha::ContentSecurityPolicy') }
use t::lib::Mocks;
-