Content Security Policy (CSP) is a standard that prevents code injection attacks, such as cross-site scripting. Multidomain MDM has content security policy rules to allow approved origins of content that a browser can load to display website content. The content security policy rules are applied across the system.
For example, to allow content from Twitter to display on your website, you can set a content security policy rule to allow content originating from
platform.twitter.com
. If you don't set the content security policy rules to allow content originating from Twitter, the linked content appears as a broken link.