You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have properly configured our ALLOWED_HOST setting and it's blocking some of these attacks properly. Although, this is spamming Sentry with many error logs.
Since this is not an error and I think we don't really need to take any kind of action, we should disable this from the logging as mentioned here:
We have properly configured our
ALLOWED_HOST
setting and it's blocking some of these attacks properly. Although, this is spamming Sentry with many error logs.Since this is not an error and I think we don't really need to take any kind of action, we should disable this from the logging as mentioned here:
https://docs.djangoproject.com/en/1.11/topics/logging/#django-security
Sentry query: https://sentry.io/read-the-docs/readthedocs-org/?query=logger%3A%22django.security.DisallowedHost%22
The text was updated successfully, but these errors were encountered: