Adding my EBS domain to "connect-src 'self'

I built my extension with angular, inside it I’ve an http GET to my EBS, but this is blocked due to “connect-src ‘self’ directive error.
In console I see these URLs:
connect-src ‘self’ https://b20qm4y6x3zza56l255ciup3m728hn.ext-twitch.tv https://api.twitch.tv wss://pubsub-edge.twitch.tv https://*.google-analytics.com https://stats.g.doubleclick.net https://www.googletagmanager.com”.
How can I fix it? I see that angular create a .JS file to handle all the code so there is no inline code inside my project.

Ok found it. It is under “capabilities” tab menu in extension settings