Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1875)

Unified Diff: remoting/webapp/manifest.json

Issue 10789054: [Chromoting] Add wildcard to talkgadget in manifest permissions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add wildcard to talkgadget Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/manifest.json
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json
index 2a1335f2a3122c9940974f345038f0b7afa8ae8f..e51c3004232462cd7adad4b4011388540a4f6b84 100644
--- a/remoting/webapp/manifest.json
+++ b/remoting/webapp/manifest.json
@@ -24,7 +24,7 @@
"permissions": [
"https://accounts.google.com/*",
"https://www.googleapis.com/chromoting/*",
- "https://talkgadget.google.com/talkgadget/*",
+ "https://*.talkgadget.google.com/talkgadget/*",
"https://relay.google.com/*",
"clipboardRead",
"clipboardWrite"

Powered by Google App Engine
This is Rietveld 408576698