summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Advanced.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/Advanced.pm')
-rw-r--r--Bugzilla/Config/Advanced.pm6
1 files changed, 6 insertions, 0 deletions
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;