Skip to content

Commit

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

0 comments on commit ff83e2b

Please sign in to comment.