Bug 600475 - Support the 'includeSubDomains' flag as an option for the 'Strict-Transport-Security' advanced option in order to protect subdomains.

[r=glob a=mkanat]


git-svn-id: svn://10.0.0.236/trunk@261301 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2010-09-29 19:03:27 +00:00
parent 50f853494f
commit ee495843f0
4 changed files with 27 additions and 5 deletions

View File

@@ -55,8 +55,10 @@ use constant get_param_list => (
{
name => 'strict_transport_security',
type => 'b',
default => 0,
type => 's',
choices => ['off', 'this_domain_only', 'include_subdomains'],
default => 'off',
checker => \&check_multi
},
);