Skip to content

Commit

Permalink
Add Strict-Transport-Security header for HTTPS sites
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Jun 26, 2024
1 parent d287832 commit 09e2e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Webtrees.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ class Webtrees
private const MIDDLEWARE = [
ErrorHandler::class,
EmitResponse::class,
SecurityHeaders::class,
ReadConfigIni::class,
BaseUrl::class,
SecurityHeaders::class,
HandleExceptions::class,
PublicFiles::class,
ClientIp::class,
Expand Down

0 comments on commit 09e2e72

Please sign in to comment.