PTAL.
To view, visit change 614362. To unsubscribe, or for help writing mail filters, visit settings.
1 comment:
File remoting/webapp/crd/manifest.json.jinja2:
nit: we could scope this to the 'access' pages as discussed. Adding this note for context when we pick this back up.
To view, visit change 614362. To unsubscribe, or for help writing mail filters, visit settings.
PTAL
1 comment:
nit: we could scope this to the 'access' pages as discussed. […]
Thinking about this some more, I don't think this buys us anything in terms of security, and requires an otherwise unnecessary app release if we change our URL structure. I don't think it's worth locking it down more than this.
To view, visit change 614362. To unsubscribe, or for help writing mail filters, visit settings.
Patch set 1:Code-Review +1
1 comment:
Thinking about this some more, I don't think this buys us anything in terms of security, and require […]
SGTM
To view, visit change 614362. To unsubscribe, or for help writing mail filters, visit settings.
Patch set 1:Commit-Queue +2
Commit Bot merged this change.
Whitelist prod URL for Chrome Remote Desktop.
Bug: b/64362070
Change-Id: Iaf5f1079d75a140b4fc2aab33eec6336798f8f03
Reviewed-on: https://chromium-review.googlesource.com/614362
Reviewed-by: Joe Downing <joe...@chromium.org>
Commit-Queue: Jamie Walch <jamie...@chromium.org>
Cr-Commit-Position: refs/heads/master@{#498309}
---
M remoting/webapp/crd/manifest.json.jinja2
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/remoting/webapp/crd/manifest.json.jinja2 b/remoting/webapp/crd/manifest.json.jinja2
index aa094bc..fe97207 100644
--- a/remoting/webapp/crd/manifest.json.jinja2
+++ b/remoting/webapp/crd/manifest.json.jinja2
@@ -71,6 +71,7 @@
},
"externally_connectable": {
"matches": [
+ "https://remotedesktop.google.com/*"
]
}
}
To view, visit change 614362. To unsubscribe, or for help writing mail filters, visit settings.