django-material-admin
django-material-admin copied to clipboard
Remove inline scripts that break CSP
The material admin uses inline script and style tags which get blocked by CSP. These should be moved to their own JS/CSS files to get around this issue.