In file https://github.com/xima-media/xm_formcycle/blob/10.0.2/Configuration/ContentSecurityPolicies.php the configuration for CSP settings of Directive::ScriptSrc and Directive::StyleSrcElem get overwritten, instead of extended or appended.
This will most certainly destroy any existing configuration of CSP.
I suggest to use MutationMode::Append for Directive::ScriptSrc and Directive::StyleSrcElem, which will "add" the xm_formcycle configuration to any already existing config.
In file https://github.com/xima-media/xm_formcycle/blob/10.0.2/Configuration/ContentSecurityPolicies.php the configuration for CSP settings of Directive::ScriptSrc and Directive::StyleSrcElem get overwritten, instead of extended or appended.
This will most certainly destroy any existing configuration of CSP.
I suggest to use MutationMode::Append for Directive::ScriptSrc and Directive::StyleSrcElem, which will "add" the xm_formcycle configuration to any already existing config.