Skip to content

Commit ab38161

Browse files
Merge pull request #34529 from nextcloud/backport/34522/stable23
[stable23] Update security.txt expires field
2 parents f3acaf6 + ba0e337 commit ab38161

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/settings/lib/WellKnown/SecurityTxtHandler.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ public function handle(string $service, IRequestContext $context, ?IResponse $pr
3838
}
3939

4040
$response = "Contact: https://hackerone.com/nextcloud
41-
Expires: 2021-12-31T23:00:00.000Z
41+
Expires: 2023-04-31T23:00:00.000Z
4242
Acknowledgments: https://hackerone.com/nextcloud/thanks
4343
Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories
44-
Policy: https://hackerone.com/nextcloud";
44+
Policy: https://hackerone.com/nextcloud
45+
Preferred-Languages: en";
4546

4647
return new GenericResponse(new TextPlainResponse($response, 200));
4748
}

0 commit comments

Comments
 (0)