In Azure API Management, there is a section to add policies. It seems that we can only add built-in policies. We are looking to add a Content Security Policy (CSP) header just like on our Azure Web app.
CSP Reference: https://content-security-policy.com/
Is it possible to add such custom http header?
Regards,