OWASP issue in the zoom client mac OS

Hey everyone, I hope you are okay. Whenever I try to open my app, OWASP error appear in zoom client macOS,

Hi Vivek, your server will need to provide a number of security-oriented HTTP response headers.

You can read about this requirement in our Zoom Apps guides https://marketplace.zoom.us/docs/zoom-apps/publishing-an-app/owasp

More information on OWASP headers https://owasp.org/www-project-secure-headers/

I have same error in Mac Os. But it works properly in windows zoom client.
I added the metadata to App.js(react) but still get “Missing OWASP secure headers…” error in mac zoom client
Let me share metadata I added to the react code.

<Helmet>
        <meta http-equiv="X-Content-Type-Options" content="nosniff" />
        <meta http-equiv="Content-Security-Policy" content="default-src 'self' https:; script-src 'self' https://example.com; style-src 'self'; img-src *; font-src 'self' data:;" />
        <meta name="referrer" content="no-referrer" />
 </Helmet>

How can I resolve this problem?

I’ll respond in the thread that you’ve created:

Hi @tech10 how you fixed this issue, I am having same problem and I don’t have Node.js backend? Please help me on this issue.