Skip to content

Commit

Permalink
HOTFIX: Hard coding allowed iframe domains
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Nov 4, 2023
1 parent ae6ebaa commit 4a77b62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/client/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ if (window === window.parent) {
const apiUrl =
new URLSearchParams(window.location.search).get('apiUrl') ??
API_ROOT_URL ??
'https://www.magickml.com' ??
'https://beta.magickml.com' ??
'http://localhost:3030'

const config: AppConfig = {
Expand Down

1 comment on commit 4a77b62

@vercel
Copy link

@vercel vercel bot commented on 4a77b62 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.