diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-11-04 11:05:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 11:05:10 +0100 |
commit | f53abd3995cffcc0c0a3c5d9be80d993242d9b4e (patch) | |
tree | ec67a25ca33f9ac8a516627cf0fcfd5fc5715d18 | |
parent | 8795433208f431ef8abdb1cb19f3caf4939966ec (diff) | |
parent | e096ca7d01ed90d924d39536da0799a7c88f9059 (diff) | |
download | nextcloud-server-f53abd3995cffcc0c0a3c5d9be80d993242d9b4e.tar.gz nextcloud-server-f53abd3995cffcc0c0a3c5d9be80d993242d9b4e.zip |
Merge pull request #34963 from nextcloud/followup/34522/fix-invalid-date
Fix invalid date in security.txt
-rw-r--r-- | apps/settings/lib/WellKnown/SecurityTxtHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/WellKnown/SecurityTxtHandler.php b/apps/settings/lib/WellKnown/SecurityTxtHandler.php index e0b627dc269..665dfba0710 100644 --- a/apps/settings/lib/WellKnown/SecurityTxtHandler.php +++ b/apps/settings/lib/WellKnown/SecurityTxtHandler.php @@ -38,7 +38,7 @@ class SecurityTxtHandler implements IHandler { } $response = "Contact: https://hackerone.com/nextcloud -Expires: 2023-04-31T23:00:00.000Z +Expires: 2023-04-30T23:00:00.000Z Acknowledgments: https://hackerone.com/nextcloud/thanks Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories Policy: https://hackerone.com/nextcloud |