django-advanced-filters icon indicating copy to clipboard operation
django-advanced-filters copied to clipboard

+ add optional CSP nonce to allow inline script compliance

Open slorg1 opened this issue 3 years ago • 0 comments

Surgical updates to comply with basic CSP. This allows the required inline script for this django extension to run in a safe way.

If django CSP is not installed: everything works seamlessly :smile_cat:

Note: this PR does not cover inline styles but the styles do not block the functionality, only the scripts did.

slorg1 avatar Aug 02 '22 18:08 slorg1