Changes between Initial Version and Version 1 of Ticket #26628, comment 3
- Timestamp:
- May 19, 2016, 12:27:15 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26628, comment 3
initial v1 3 3 Definitely think it's a good idea to add to the docs. 4 4 5 My original thinking was that it would be a more sensible default to log this as a security exception and use the django.security loggers (i'm not 100% sure about how that's wired up), since CSRF s are meant to be anexplicit security measure. It seems to be logged as a generic logger.warning right now.5 My original thinking was that it would be a more sensible default to log this as a security exception and use the django.security loggers (i'm not 100% sure about how that's wired up), since CSRF protections are meant to be explicit security measure. It seems to be logged as a generic logger.warning right now.