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
Don't test nonce for truthiness before inclusion (#393)
As of version 4.0 of django-csp, the behavior of the
object that wraps the nonce in the request and/or context
has changed. Testing for truthiness now returns `False`
instead of `True`.
The truthiness check is unnecessary anyway, skipping it
is compatible with all versions of django-csp. Probably
more performant too, template rendering wise. Not that
it matters.
Co-authored-by: Maximilian Friedersdorff <[email protected]>
0 commit comments