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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
features
NodeInfoのfeatures
https://github.com/kmycode/mastodon/blob/kb_development/app/helpers/kmyblue_capabilities_helper.rb#L36-L56
fedibird_capabilitiesとほぼ同様のリストが返される
fedibird_capabilities
emoji_reaction status_reference quote emoji_keywords circle
のみを残してほかは全部消す
サーバーが不正に特定の機能があるように偽るリスクを考えて、偽ってもメリットのないような機能に絞って公開する
例えばemoji_reaction_policyやsearchabilityは既存の機能に制限をかけるもの/連合先サーバーを安心させることができるものなので、もしそことだけ連合するというサーバーが存在するのなら、発信者がこの機能があると偽装することで不正にメリットを得られる可能性がある
emoji_reaction_policy
searchability
また、単に自己紹介に過ぎず連合先が情報を受け取ることによるメリットのない機能(wide_emoji_reactionなど)も含めない
wide_emoji_reaction
The text was updated successfully, but these errors were encountered:
Change: #366 NodeInfoのfeaturesの数を絞る
6762f12
metadata.features
timeline_no_local
fedibird
Change: #366 NodeInfoのfeaturesの数を絞る (#389)
f3120a8
Successfully merging a pull request may close this issue.
挙動を変更してほしい機能や動作
NodeInfoの
features
現在の挙動
https://github.com/kmycode/mastodon/blob/kb_development/app/helpers/kmyblue_capabilities_helper.rb#L36-L56
fedibird_capabilities
とほぼ同様のリストが返される変更してほしい新しい挙動
のみを残してほかは全部消す
必要性
サーバーが不正に特定の機能があるように偽るリスクを考えて、偽ってもメリットのないような機能に絞って公開する
例えば
emoji_reaction_policy
やsearchability
は既存の機能に制限をかけるもの/連合先サーバーを安心させることができるものなので、もしそことだけ連合するというサーバーが存在するのなら、発信者がこの機能があると偽装することで不正にメリットを得られる可能性があるまた、単に自己紹介に過ぎず連合先が情報を受け取ることによるメリットのない機能(
wide_emoji_reaction
など)も含めないThe text was updated successfully, but these errors were encountered: