script-src "unsafe-eval" and "unsafe-inline" violations on Captivate 19 course launch
I have a web application using Rustici Engine and Adobe Captivate 19 to provide LMS support to our business users. We are required to implement a strict content security policy (CSP), and our courses are failing the "script-src" directive due to Captivate's use of inline javascript and use of "eval". As a result, the courses will not launch successfully. Can anyone suggest a solution? I am NOT allowed to add "unsafe-inline" and "unsafe-eval" to the CSP directive. Thank you.
