Add Nonce to adrum-ext.js
When implementing a Content Security Policy, you might include the nonce global attribute in your HTML. You can add nonce to the adrum.js script tag, but you cannot add the nonce value to adrum-ext.js. This is because adrum.js loads adrum-ext.js at runtime. If the nonce value is not included in adrum-ext.js, then the browser will ignore that file and it will not execute adrum-ext.js.
To add nonce to adrum-ext.js, you have two options: