Unsafe-inline
My apps need the following settings to get working:
script-src 'self' 'unsafe-inline'
style-src 'self' 'unsafe-inline'
unfortunately this doesn't pass the pen-test and they requested to remove the "unsafe-inline"
Question: Is there any method to get this void?