fix(client): use https for CodeAlly frame (#44024)

This commit is contained in:
Krzysztof
2021-10-27 00:46:45 +02:00
committed by GitHub
parent 94079b263a
commit f4cae7015f

View File

@ -63,7 +63,7 @@ class ShowCodeAlly extends Component<ShowCodeAllyProps> {
className='codeally-frame' className='codeally-frame'
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
sandbox='allow-modals allow-forms allow-popups allow-scripts allow-same-origin' 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' title='Editor'
/> />
</LearnLayout> </LearnLayout>