-
When I try to set up a CSP (content security policy) on my site, I run into some problems because of FV Player (free).
FV Player seems to require ‘unsafe-inline’ in both the script-src directive and the style-src directive of the CSP. Both of which are undesirable because of cyber security.Do you happen to know a solution in order to avoid ‘unsafe-inline’ in script-src and style-src?