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

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: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/*",
Jamie 2012/07/17 23:52:20 Don't you still need the original permission until
Wez 2012/07/17 23:53:15 What stops the app then accessing e.g. https://mye
Wez 2012/07/17 23:53:15 Yes; with this change the app will be able to acce
"https://relay.google.com/*",
"clipboardRead",
"clipboardWrite"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698