summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-10-06 21:18:38 +0200
committerDylan William Hardison <dylan@hardison.net>2016-10-06 21:18:56 +0200
commit12516232dbc08af68e7b9e63d1639d8e0c353737 (patch)
treed6e9c3c5d58808b9648e9c3c3351912f2d321984 /Makefile.PL
parent54a873a0765dc7868035eac6fd0bf7ea48c40acd (diff)
downloadbugzilla-12516232dbc08af68e7b9e63d1639d8e0c353737.tar.gz
bugzilla-12516232dbc08af68e7b9e63d1639d8e0c353737.tar.xz
Bug 1293689 - Bring Bugzilla::CGI::ContentSecurityPolicy to BMO (Backport Bug 1286287)
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL11
1 files changed, 11 insertions, 0 deletions
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") ) {