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) --- META.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'META.json') diff --git a/META.json b/META.json index 38b149236..a853c4a2c 100644 --- a/META.json +++ b/META.json @@ -77,6 +77,7 @@ "JSON::RPC" : "0", "LWP::UserAgent" : "0", "MIME::Parser" : "5.406", + "MooX::StrictConstructor" : "0.008", "Mozilla::CA" : "0", "Net::SFTP" : "0", "PatchReader" : "v0.9.6", @@ -84,6 +85,7 @@ "Template::Plugin::GD::Image" : "0", "Test::Taint" : "1.06", "TheSchwartz" : "1.10", + "Type::Tiny" : "1", "XML::Simple" : "0", "XML::Twig" : "0", "XMLRPC::Lite" : "0.712" @@ -91,6 +93,17 @@ } } }, + "csp" : { + "description" : "Content-Security-Policy support", + "prereqs" : { + "runtime" : { + "requires" : { + "MooX::StrictConstructor" : "0.008", + "Type::Tiny" : "1" + } + } + } + }, "detect_charset" : { "description" : "Automatic charset detection for text attachments", "prereqs" : { -- cgit v1.2.3-24-g4f1b