summaryrefslogtreecommitdiffstats
path: root/META.json
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 /META.json
parent54a873a0765dc7868035eac6fd0bf7ea48c40acd (diff)
downloadbugzilla-12516232dbc08af68e7b9e63d1639d8e0c353737.tar.gz
bugzilla-12516232dbc08af68e7b9e63d1639d8e0c353737.tar.xz
Bug 1293689 - Bring Bugzilla::CGI::ContentSecurityPolicy to BMO (Backport Bug 1286287)
Diffstat (limited to 'META.json')
-rw-r--r--META.json13
1 files changed, 13 insertions, 0 deletions
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" : {