Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | { |
michael@0 | 2 | "https_example_csp_certified": { |
michael@0 | 3 | "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", |
michael@0 | 4 | "origin": "https://example.com", |
michael@0 | 5 | "manifestURL": "https://example.com/manifest_csp_cert.webapp", |
michael@0 | 6 | "description": "https://example.com certified app with manifest policy", |
michael@0 | 7 | "appStatus": 3 |
michael@0 | 8 | }, |
michael@0 | 9 | "https_example_csp_installed": { |
michael@0 | 10 | "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", |
michael@0 | 11 | "origin": "https://example.com", |
michael@0 | 12 | "manifestURL": "https://example.com/manifest_csp_inst.webapp", |
michael@0 | 13 | "description": "https://example.com installed app with manifest policy", |
michael@0 | 14 | "appStatus": 1 |
michael@0 | 15 | }, |
michael@0 | 16 | "https_example_csp_privileged": { |
michael@0 | 17 | "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", |
michael@0 | 18 | "origin": "https://example.com", |
michael@0 | 19 | "manifestURL": "https://example.com/manifest_csp_priv.webapp", |
michael@0 | 20 | "description": "https://example.com privileged app with manifest policy", |
michael@0 | 21 | "appStatus": 2 |
michael@0 | 22 | }, |
michael@0 | 23 | "https_a_domain_certified": { |
michael@0 | 24 | "csp": "", |
michael@0 | 25 | "origin": "https://acertified.com", |
michael@0 | 26 | "manifestURL": "https://acertified.com/manifest.webapp", |
michael@0 | 27 | "description": "https://acertified.com certified app", |
michael@0 | 28 | "appStatus": 3 |
michael@0 | 29 | }, |
michael@0 | 30 | "https_a_domain_privileged": { |
michael@0 | 31 | "csp": "", |
michael@0 | 32 | "origin": "https://aprivileged.com", |
michael@0 | 33 | "manifestURL": "https://aprivileged.com/manifest.webapp", |
michael@0 | 34 | "description": "https://aprivileged.com privileged app ", |
michael@0 | 35 | "appStatus": 2 |
michael@0 | 36 | } |
michael@0 | 37 | } |