From 846344fff8f3b8dbdbefae113dcfbde925baafc1 Mon Sep 17 00:00:00 2001 From: Muffin Date: Tue, 4 Jun 2024 17:57:41 -0500 Subject: [PATCH] Add calc: to known protocol list --- src/containers/tw-security-manager.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/containers/tw-security-manager.jsx b/src/containers/tw-security-manager.jsx index 9a79aa3c505..51f8ddd7c41 100644 --- a/src/containers/tw-security-manager.jsx +++ b/src/containers/tw-security-manager.jsx @@ -103,7 +103,8 @@ const parseURL = url => { 'data:', 'blob:', 'mailto:', - 'steam:' + 'steam:', + 'calc:' ]; if (!protocols.includes(parsed.protocol)) { return null;