Skip to content

Commit

Permalink
Add calc: to known protocol list
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jun 4, 2024
1 parent d51150b commit 846344f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containers/tw-security-manager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ const parseURL = url => {
'data:',
'blob:',
'mailto:',
'steam:'
'steam:',
'calc:'
];
if (!protocols.includes(parsed.protocol)) {
return null;
Expand Down

2 comments on commit 846344f

@AshimeeAlt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS THANK YOU SO MUCHHHHHHHH

@CubesterYT
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LMFAO

Please sign in to comment.