django-debug-toolbar contribution

Rendering CSP nonces in script and link tags, whenever available.

This contribution aimed for rendering CSP nonces when a project uses CSP rules. With using this, the locally rendered script and link tags won’t be rejected by the browser, when using a strict-dynamic CSP rule with a nonce.

https://github.com/django-commons/django-debug-toolbar/pull/1975