Videos don't play on LMS

Hi, guys. I’m deploying OpenEdx on Kubernetes without Tutor to have more control over the components and configurations, using some GitOps approaches. After making a lot of progress, I encountered an issue that I can’t resolve. Basically, I can add and play new videos on the CMS, but the videos don’t play on the student view. They don’t even make a request to the LMS. In the console, I can see many CSPs, such as the following:

```
VM42 home:2 Loading the script ‘https://js-agent.newrelic.com/nr-spa-1212.min.js’ violates the following Content Security Policy directive: “script-src ‘self’ ‘unsafe-inline’ https://*.projetodesenvolve.dev https://cdnjs.cloudflare.com https://static.cloudflareinsights.com https://cdn.jsdelivr.net”. Note that ‘script-src-elem’ was not explicitly set, so ‘script-src’ is used as a fallback. The action has been blocked.
```
but I didn’t find the way to configure it on the platform.

Does anyone know what the problem could be?

Openedx version: quince.1

Hi, guys! The problem was a Cloudflare rule that was set up when we used Tutor to deploy Openedx. This rule modified the Content-Security-Policy, which removed permissions for many scripts across the platform. Once we removed it, everything started working again.

I will close the post on the forum. Thanks!