Skip to content
代码片段 群组 项目
提交 2d0dfef0 编辑于 作者: Nick Malcolm's avatar Nick Malcolm 提交者: Leonardo da Rosa
浏览文件

Allow administrators to provide public security contact information

Organizations can facilitate the responsible disclosure of security
issues by providing public contact information. The standard way to do
this is by using a [security.txt](https://securitytxt.org/) file.

This MR introduces this feature by adding:

- a new application setting (text, max 2048 chars)
- updated admin UI to configure this instance-level setting
- updated application setting API to configure the setting
- a new controller to render the content when present
- updated documentation describing the feature and how to use it

When present, the content will be available at
`https://YOUR_INSTANCE/.well-known/security.txt`.
Authentication is not required to view this file.

Changelog: added
上级 2f853e4a
No related branches found
No related tags found
加载中
显示
251 个添加18 个删除
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册