Commit ab8e2c27 authored by My Nguyen's avatar My Nguyen Committed by Commit Bot

Add test.html to allowed test domains for webdriver test

Bug: b/162293447
Change-Id: I04ea807ba7944a9fb216b367910254556c2440c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355229Reviewed-by: default avatarDarren Shen <shend@chromium.org>
Commit-Queue: My Nguyen <myy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797947}
parent b159cf72
...@@ -43,6 +43,7 @@ const char* kAllowedDomainsForEmojiSuggester[] = { ...@@ -43,6 +43,7 @@ const char* kAllowedDomainsForEmojiSuggester[] = {
const char* kTestUrls[] = { const char* kTestUrls[] = {
"e14s-test", "e14s-test",
"simple_textarea.html", "simple_textarea.html",
"test.html",
}; };
// For some internal websites, we do not want to reveal their urls in plain // For some internal websites, we do not want to reveal their urls in plain
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment