We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
功能描述 建议减少api接口中返回的数据,尤其是相对敏感的数据。
动机 主要是为了数据安全。
替代方案 比较重要的是:record接口中返回apikey和apisecret,还有域名列表中ssl证书的公钥、私钥和证书地址。界面上没有展示相关的信息,也没有展示的必要,建议削减。尤其是apikey和apisecret不应该明文传输,建议只传输apikey,不传输apisecret,用户如需修改直接输入新的就好。
其他信息
The text was updated successfully, but these errors were encountered:
除非下载,否则不要传输证书本身的数据
Sorry, something went wrong.
No branches or pull requests
功能描述
建议减少api接口中返回的数据,尤其是相对敏感的数据。
动机
主要是为了数据安全。
替代方案
比较重要的是:record接口中返回apikey和apisecret,还有域名列表中ssl证书的公钥、私钥和证书地址。界面上没有展示相关的信息,也没有展示的必要,建议削减。尤其是apikey和apisecret不应该明文传输,建议只传输apikey,不传输apisecret,用户如需修改直接输入新的就好。
其他信息
The text was updated successfully, but these errors were encountered: