mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #45508 from Agnibaan/issue-42611-security-txt-fix
fix:Ensure security.txt file ends with a newline character
This commit is contained in:
commit
a5fd623469
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ Expires: 2024-08-31T23:00:00.000Z
|
|||
Acknowledgments: https://hackerone.com/nextcloud/thanks
|
||||
Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories
|
||||
Policy: https://hackerone.com/nextcloud
|
||||
Preferred-Languages: en";
|
||||
Preferred-Languages: en
|
||||
";
|
||||
|
||||
return new GenericResponse(new TextPlainResponse($response, 200));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue