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
希望可以增加设置来完全禁用网站地址
并不是所有网站都需要这个功能,且存在掉备案和被请喝茶的风险:用户可以填写恶意地址,然而前端可以通过点击昵称直接跳转到该地址
另外本以为设置为仅限注册用户评论可以避免这个问题,但是发现仅仅只是前端没有填写网站地址的地方,实际可以补全请求体 owner 的信息后增加 website
{ "raw": "test", "content": "test", "allowNotification": true, "owner": { "kind": "User", "name": "testuser", "displayName": "testuser", "website": "https://www.bilibili.com" }, "subjectRef": { "group": "plugin.halo.run", "kind": "Plugin", "name": "PluginLinks", "version": "v1alpha1" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to be added?
希望可以增加设置来完全禁用网站地址
![Image](https://private-user-images.githubusercontent.com/175023538/399897493-04bfcf4d-9568-4b47-bf84-109af169ef6e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTE2MDUsIm5iZiI6MTczOTU1MTMwNSwicGF0aCI6Ii8xNzUwMjM1MzgvMzk5ODk3NDkzLTA0YmZjZjRkLTk1NjgtNGI0Ny1iZjg0LTEwOWFmMTY5ZWY2ZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxNjQxNDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zMjMzNWQ0MWYyOGUzZGRhN2M0NTc3ODIzZjcxYmEzMDAyN2MzMTRiNzI0MDk3YzkzNGY5MTE2YThmZjk2MTA5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.825kOfYJOT6Njj1igFUD60aWqXvEv9GqNuMk4btPkHA)
Why is this needed?
并不是所有网站都需要这个功能,且存在掉备案和被请喝茶的风险:用户可以填写恶意地址,然而前端可以通过点击昵称直接跳转到该地址
Anything else we need to know?
另外本以为设置为仅限注册用户评论可以避免这个问题,但是发现仅仅只是前端没有填写网站地址的地方,实际可以补全请求体 owner 的信息后增加 website
The text was updated successfully, but these errors were encountered: