I updated my OSTicket installation from version 1.18 to 1.18.3.
I'm using Recaptcha plugin: https://github.com/DavidMarquezF/osTicket-google-recaptcha
It was working fine in version 1.18, but since the upgrade the Recaptcha fields are no longer loaded. I see this error in my web browser console:
Loading the script 'https://www.recaptcha.net/recaptcha/api.js?hl=it' violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked.
thrown by jquery-3.7.0.min.js.
How can I solve this issue? Do you suggest using another captcha plugin?