PhpList and CSP

Just a suggestion, it would be great if all scripts and styles were in relative js and css files and not inline, because at the moment, you can’t have a very safe Content Security Policy, (eg: script-src ‘unsafe-inline’ is not desirable) if you do, phpList does not work correctly. I have to disable the policy in .htaccess everytime and wait until all possible bounces have bounced before enabling the policy again…just a thought.