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.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'META.yml') diff --git a/META.yml b/META.yml index dc06c5ee3..5ed4ee620 100644 --- a/META.yml +++ b/META.yml @@ -35,6 +35,12 @@ optional_features: description: 'RADIUS Authentication' requires: Authen::Radius: '0' + csp: + description: 'Content-Security-Policy support' + requires: + Moo: '2' + MooX::StrictConstructor: '0.008' + Type::Tiny: '1' detect_charset: description: 'Automatic charset detection for text attachments' requires: -- cgit v1.2.3-24-g4f1b