From f64efa79bd78ab59cb65588feacf93e0de475e48 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 27 Sep 2010 20:16:57 -0700 Subject: Bug 594990: Make the Strict-Transport-Security HTTP header only be sent if a particular parameter is enabled. r=glob, a=mkanat --- Bugzilla/Config/Advanced.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config/Advanced.pm') diff --git a/Bugzilla/Config/Advanced.pm b/Bugzilla/Config/Advanced.pm index 1acf76f38..e15a42963 100644 --- a/Bugzilla/Config/Advanced.pm +++ b/Bugzilla/Config/Advanced.pm @@ -52,6 +52,12 @@ use constant get_param_list => ( type => 't', default => '' }, + + { + name => 'strict_transport_security', + type => 'b', + default => 0, + }, ); 1; -- cgit v1.2.3-24-g4f1b