From 6b2ab48169d2b3736eb6f6cd04567e4be2909dc3 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 15 Jul 2022 12:39:29 -0700 Subject: [PATCH] Add google corp remote desktop origin to allowed domains Without this password alert will show alerts on Google Chrome Remote Desktop origins during a remote desktop session. This is needed in cases where the extension policy isn't yet delivered to a device. --- chrome/content_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content_script.js b/chrome/content_script.js index 3117f5b..92d999a 100644 --- a/chrome/content_script.js +++ b/chrome/content_script.js @@ -189,7 +189,7 @@ passwordalert.security_email_address_; * @private {!Array.} */ passwordalert.whitelist_top_domains_ = - ['accounts.google.com', 'login.corp.google.com', 'myaccount.google.com']; + ['accounts.google.com', 'login.corp.google.com', 'myaccount.google.com', 'remotedesktop.corp.google.com']; /**