Added CSP security info to manifest
This commit is contained in:
parent
142f29127c
commit
c3a5bd42b0
1 changed files with 2 additions and 1 deletions
|
@ -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'"
|
||||
}
|
Loading…
Reference in a new issue