Chromium Code Reviews| 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" |