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:
@@ -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
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user