unsafe-inline
unsafe-eval
Content-Security-Policy reports the : default-src * data: blob: 'unsafe-inline' 'unsafe-eval'; script-src * 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'; frame-src *; style-src * data: blob: 'unsafe-inline'; font-src * data: blob: 'unsafe-inline';
VMware Cloud Director 10.x
This is a known issue within VMware Cloud Director.
Cloud Director uses Cross-Origin Resource Sharing (CORS) filter implementation to maintain a list of all valid endpoints, CORS should prevent CSRF attacks, as the CORS configuration will deny the preflight/any other request from unidentified/attacker's origin. For additional information refer to the documentation Configure CORS for VMware Cloud Director.
Generally endpoints are not vulnerable to CSRF attacks as Cloud Director does not allow cookie authentication