ITADN

Warn unsafe cache deployments

#978Opensobolevn 创建于 2026-04-26
featuresecurity
S
sobolevncommented
When `settings.DEBUG` is `False`, we should warn when throttling is used with `DjangoCache` and `LocMemory` or `DummyCache` backends. Maybe not just warn, but raise an error? And only warn in development? It is not safe.
4 条评论