I am in the process of implementing CSP for my website.
I have generated hash values for our static scripts and those are inserted in the response header by Akamai. The problem I have is with the dynamically created javascript code. If I want to use a nonce value, how can I pass that nonce value to Akamai so that it's appended to the csp header?
if I send a second script-src CSP header, only the most restrictive one will be taken into account and that is obviously not going to work.