
"script-src 'self'; object-src 'self'"
"content_security_policy": {
"type": "string",
"description": "This introduces some fairly strict policies that will make extensions more secure by default, and provides you with the ability to create and enforce rules governing the types of content that can be loaded and executed by your extensions and applications.",
"default": "script-src 'self'; object-src 'self'",
"format": "content-security-policy"
}