Skip to content

Commit

Permalink
add content security policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Ciavolino committed Jul 1, 2019
1 parent 69c13a2 commit 72a57da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2.2.0",
"version": "2.2.1",
"content_scripts":[{
"matches": [
"https://www.google.com/calendar/*",
Expand All @@ -26,5 +26,6 @@
"icons": {
"48": "icon.png"
},
"content_security_policy": "default-src 'self'",
"manifest_version": 2
}

0 comments on commit 72a57da

Please sign in to comment.