Added CSP security info to manifest

This commit is contained in:
William Brawner 2015-11-22 12:54:19 -06:00
parent 142f29127c
commit c3a5bd42b0

View file

@ -11,5 +11,6 @@
"url": "http://wbrawner.com"
},
"default_locale": "en",
"chrome": { "navigation": false }
"chrome": { "navigation": false },
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self'"
}