Hi Team,
As a part of security we were advised to add CSP headers in our Power Page application
In CSP headers when we add script-src tag , few core functionalities of our application stops working.
This is because script-src will not allow inline scripts to execute.
This can be overcome by using nonce tag which need to be enabled using Power Page management app.
But what we noticed is nonce tag is getting added to inline scripts with dynamically generated value.
This dynamically generated value is getting changed with every request.
Do we have any way to configure dynamic nonce value in Power Page Management security settings ?
Following is the snapshot of dynamically generated nonce value
