summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-07-28 19:49:14 +0200
committerDylan Hardison <dylan@mozilla.com>2016-07-28 19:51:50 +0200
commit742fab1ca9c0e66f46fbaf08af26c31b5e5fd9a3 (patch)
treee5b13a93186cdc515c56898fc365f139e01922d4 /META.json
parent66a6a5cba35dabe7b7d60c6a59b929e2a54548a2 (diff)
downloadbugzilla-742fab1ca9c0e66f46fbaf08af26c31b5e5fd9a3.tar.gz
bugzilla-742fab1ca9c0e66f46fbaf08af26c31b5e5fd9a3.tar.xz
Bug 1286287 - Add utility method to Bugzilla::CGI for configuring CSP headers
r=dkl,a=dylan
Diffstat (limited to 'META.json')
-rw-r--r--META.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/META.json b/META.json
index 43d9e9b67..fc6ff8062 100644
--- a/META.json
+++ b/META.json
@@ -50,6 +50,18 @@
}
}
},
+ "csp" : {
+ "description" : "Content-Security-Policy support",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Moo" : "2",
+ "MooX::StrictConstructor" : "0.008",
+ "Type::Tiny" : "1"
+ }
+ }
+ }
+ },
"detect_charset" : {
"description" : "Automatic charset detection for text attachments",
"prereqs" : {