I was wondering why my custom CSP was not being set in the distributed manifest.json.
All that is inside this change is that it will now use the user set content_security_policy before it overwrites it to the default of: "script-src 'self' 'unsafe-eval'; object-src 'self'"
Hi @adambullmer
I was wondering why my custom CSP was not being set in the distributed manifest.json.
All that is inside this change is that it will now use the user set content_security_policy before it overwrites it to the default of: "script-src 'self' 'unsafe-eval'; object-src 'self'"