Skip to main content

add another url to auto-close

ID
08004e5
date
2022-08-08 17:24:56+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
4a1a488
message
add another url to auto-close
changed files
1 file, 1 addition

Changed files

close_tabs (2981) → close_tabs (3043)

diff --git a/close_tabs b/close_tabs
index 00d4f30..d509d09 100755
--- a/close_tabs
+++ b/close_tabs
@@ -40,6 +40,7 @@ function isSafeToClose(url) {
     url.startsWith("https://buildkite.com/wellcomecollection/") ||
     url.startsWith("https://cloud.elastic.co") ||
     url.startsWith("https://console.aws.amazon.com/") ||
+    url.startsWith("https://dash.wellcomecollection.org/") ||
     url.startsWith("https://eu-west-1.console.aws.amazon.com/") ||
     url.startsWith("https://eu-west-1.signin.aws.amazon.com/") ||
     url.startsWith("https://github.com/orgs/wellcomecollection/") ||