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
表題の通り
なおDBマイグレーションで、「リプライを拒否」=true、「フォロー相手以外からのリプライを拒否」=falseの場合に後者をtrueにするコードがあるとよい
これらの設定は、相手サーバーがハッキングされている状況を想定したものである。 だが、ハッキングされた時点で相手サーバーはすでに脆弱で、投稿の改ざんなど別のセキュリティリスクが発生する可能性が非常に高いと考えざるを得ない。この場合、適切なのはこのような項目ではなく、ドメインのサスペンドである。なので上述の設定項目が実際に使用される状況が見えない。
The text was updated successfully, but these errors were encountered:
Remove: #608 ドメインブロック「リプライを拒否」
1f536c3
Remove: #608 ドメインブロック「リプライを拒否」 (#624)
76b2419
Successfully merging a pull request may close this issue.
欲しい機能
表題の通り
なおDBマイグレーションで、「リプライを拒否」=true、「フォロー相手以外からのリプライを拒否」=falseの場合に後者をtrueにするコードがあるとよい
必要性
これらの設定は、相手サーバーがハッキングされている状況を想定したものである。
だが、ハッキングされた時点で相手サーバーはすでに脆弱で、投稿の改ざんなど別のセキュリティリスクが発生する可能性が非常に高いと考えざるを得ない。この場合、適切なのはこのような項目ではなく、ドメインのサスペンドである。なので上述の設定項目が実際に使用される状況が見えない。
The text was updated successfully, but these errors were encountered: