JSON Schema Definition 'content_security_policy'

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.

Diagram

JSON Schema Diagram of /definitions/content_security_policy

Value

String

Any String value.

Default

"script-src 'self'; object-src 'self'"

Source

"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"
}
http://json.schemastore.org/chrome-manifest (556:6)

References

Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949