And close my Fastmail inbox if it’s open
- ID
f8a054f- date
2023-10-08 19:02:15+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
54b8355- message
And close my Fastmail inbox if it's open- changed files
1 file, 1 addition
Changed files
macos/close_tabs (3637) → macos/close_tabs (3702)
diff --git a/macos/close_tabs b/macos/close_tabs
index 1fe09f5..45db0db 100755
--- a/macos/close_tabs
+++ b/macos/close_tabs
@@ -40,6 +40,7 @@ function isSafeToClose(url) {
return (
url.startsWith("http://localhost:3000/") ||
url.startsWith("https://api.wellcomecollection.org/") ||
+ url.startsWith("https://app.fastmail.com/mail/Inbox/?u=") ||
url.startsWith("https://buildkite.com/orgs/wellcomecollection/") ||
url.startsWith("https://buildkite.com/wellcomecollection") ||
url.startsWith("https://cloud.elastic.co") ||