From 12516232dbc08af68e7b9e63d1639d8e0c353737 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 6 Oct 2016 15:18:38 -0400 Subject: Bug 1293689 - Bring Bugzilla::CGI::ContentSecurityPolicy to BMO (Backport Bug 1286287) --- Makefile.PL | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index d4d29dfe3..f3b03f0db 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -283,6 +283,17 @@ my %optional_features = ( } } }, + csp => { + description => 'Content-Security-Policy support', + prereqs => { + runtime => { + requires => { + 'Type::Tiny' => 1, + 'MooX::StrictConstructor' => 0.008, + } + } + } + }, ); for my $file ( glob("extensions/*/Config.pm") ) { -- cgit v1.2.3-24-g4f1b