Unnecessary request to admin endpoint is sent even if you are not moderator when open page /instance-info/{host}
#13919
Labels
⚠️bug?
This might be a bug
💡 Summary
/instance-info/{host}
ページを開くとモデレーターでなくても/api/admin/federation/update-instance
エンドポイントにリクエストが生じますが、これは不要なリクエストです(非ログインユーザーであれば401、モデレーターでないユーザーであれば403が返ってきます)。🥰 Expected Behavior
非ログインユーザー、非モデレーターが
/instance-info/{host}
ページを開いてもこのリクエストが送られない🤬 Actual Behavior
非ログインユーザー、非モデレーターが
/instance-info/{host}
ページを開いてもこのリクエストが送られる📝 Steps to Reproduce
No response
💻 Frontend Environment
🛰 Backend Environment (for server admin)
No response
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: