fix: caching issues (#46716)

pull/46736/head
Tom 2022-07-01 08:24:29 -05:00 committed by GitHub
parent 567667084e
commit a02db52800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ class ShowCodeAlly extends Component<ShowCodeAllyProps> {
<iframe
className='codeally-frame'
data-cy='codeally-frame'
name={`codeAlly${Date.now()}`}
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
sandbox='allow-modals allow-forms allow-popups allow-scripts allow-same-origin'
src={`https://codeally.io/embed/?repoUrl=${url}&${goBackTo}&${envVariables}&${tempToken}&${date}`}