Skip to content

Commit

Permalink
avoid wildcard URL scheme in permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mahemoff committed Jul 29, 2012
1 parent 0aca4ea commit d8cbd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -87,7 +87,7 @@

// http://code.google.com/chrome/extensions/manifest.html#permissions
"permissions": [
"*://*.google.com", // Misc: http://goo.gl/CPeqK, XHR: http://goo.gl/U3Vev
"http://*.google.com", // Misc: http://goo.gl/CPeqK, XHR: http://goo.gl/U3Vev
"bookmarks", // http://code.google.com/chrome/extensions/bookmarks.html
"chrome://favicon/",
"clipboardRead", // document.execCommand('paste').
Expand Down

0 comments on commit d8cbd01

Please sign in to comment.