From 742fab1ca9c0e66f46fbaf08af26c31b5e5fd9a3 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Thu, 28 Jul 2016 13:49:14 -0400 Subject: Bug 1286287 - Add utility method to Bugzilla::CGI for configuring CSP headers r=dkl,a=dylan --- Makefile.PL | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index eaa232222..101bdf32b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -296,6 +296,18 @@ my %optional_features = ( } } }, + csp => { + description => 'Content-Security-Policy support', + prereqs => { + runtime => { + requires => { + Moo => 2, + 'Type::Tiny' => 1, + 'MooX::StrictConstructor' => 0.008, + } + } + } + }, ); for my $file ( glob("extensions/*/Config.pm") ) { -- cgit v1.2.3-24-g4f1b