From f4cae7015f4d33434af341d3975c635227ccb89a Mon Sep 17 00:00:00 2001 From: Krzysztof <60067306+gikf@users.noreply.github.com> Date: Wed, 27 Oct 2021 00:46:45 +0200 Subject: [PATCH] fix(client): use https for CodeAlly frame (#44024) --- client/src/templates/Challenges/codeally/show.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/codeally/show.tsx b/client/src/templates/Challenges/codeally/show.tsx index 4f0bbe9992..2e61ed8691 100644 --- a/client/src/templates/Challenges/codeally/show.tsx +++ b/client/src/templates/Challenges/codeally/show.tsx @@ -63,7 +63,7 @@ class ShowCodeAlly extends Component { className='codeally-frame' // eslint-disable-next-line @typescript-eslint/restrict-template-expressions sandbox='allow-modals allow-forms allow-popups allow-scripts allow-same-origin' - src={`http://codeally.io/embed/?repoUrl=${url}`} + src={`https://codeally.io/embed/?repoUrl=${url}`} title='Editor' />