fix(client): use https for CodeAlly frame (#44024)
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user