mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-25 16:41:16 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"https_example_csp_certified": {
|
|
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_csp_cert.webapp",
|
|
"description": "https://example.com certified app with manifest policy",
|
|
"appStatus": 3
|
|
},
|
|
"https_example_csp_installed": {
|
|
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_csp_inst.webapp",
|
|
"description": "https://example.com installed app with manifest policy",
|
|
"appStatus": 1
|
|
},
|
|
"https_example_csp_privileged": {
|
|
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_csp_priv.webapp",
|
|
"description": "https://example.com privileged app with manifest policy",
|
|
"appStatus": 2
|
|
},
|
|
"https_a_domain_certified": {
|
|
"csp": "",
|
|
"origin": "https://acertified.com",
|
|
"manifestURL": "https://acertified.com/manifest.webapp",
|
|
"description": "https://acertified.com certified app",
|
|
"appStatus": 3
|
|
},
|
|
"https_a_domain_privileged": {
|
|
"csp": "",
|
|
"origin": "https://aprivileged.com",
|
|
"manifestURL": "https://aprivileged.com/manifest.webapp",
|
|
"description": "https://aprivileged.com privileged app ",
|
|
"appStatus": 2
|
|
}
|
|
}
|