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 --- META.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'META.json') 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" : { -- cgit v1.2.3-24-g4f1b