Taking Extension to production

Taking Extension to production

Hi,
I have developed an extension with a backend node js server in zoho desk.In development mode it is working but in production mode,dynamic datas are not loaded. I added the server url  in jquery posts and get but the following error occcurs  
query.min.js:2 Refused to connect to 'https://23e8dd2f.ngrok.io/post-ticket' because it violates the following Content Security Policy directive: "connect-src https://*.zappsusercontent.com https://*.zohostatic.com https://*.zohostatic.com"
is it something to do with connections modeule of extensions?