Hello, we are running Farcry 7.4 on IIS. We have set up a Content Security Policy that currently blocks inline scripts except for those using a nonce. This causes lots of problems for our users in the webtop, specifically with selecting and adding linked content.
So far I have been unable to find where the scripts for those features (modal window for library, for example) get generated. If I could add a nonce or hash to them, that might do the trick. Or, does anybody have suggestions on how we can edit our CSP to allow these scripts? Allowing “unsafe-inline” isn’t really an option.
Thanks in advance!