Implementation of Nonce parameter
I'm trying to implement a Nonce parameter within an Angular website.
Currently, I'm adding the Nonce parameter to the API initialization scripts in the <head> section, however, the scripts that are generated at runtime do not seem to be propagating this parameter.
<script src="https://cdn.dynamicyield.com/api/0000000/api_static.js" nonce="123456" type="text/javascript" async=""></script>
<script type="application/javascript" src="//st.dynamicyield.com/st?sec=0000000&..."></script>
Please sign in to leave a comment.
Comments
0 comments