Skip to content

Commit

Permalink
Bump HSTS TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 26, 2014
1 parent c2dee0c commit d703ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.php
Expand Up @@ -16,6 +16,6 @@

$app->after(function (Request $request, Response $response) {
if (!$response->headers->has('Strict-Transport-Security')) {
$response->headers->set('Strict-Transport-Security', 'max-age=2592000');
$response->headers->set('Strict-Transport-Security', 'max-age=31104000');
}
});

0 comments on commit d703ff1

Please sign in to comment.