-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacing sandpack with react-live #1395
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
border-right: var(--amplify-border-widths-small) solid var(--amplify-colors-border-primary); | ||
max-height: 30rem; | ||
overflow-y: auto; | ||
font-size: 1rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious why we don't use variables here?
connect-src 'self' *.shortbread.aws.dev amazonwebservices.d2.sc.omtrdc.net dpm.demdex.net; | ||
script-src 'self' '${cspInlineScriptHash}' a0.awsstatic.com; | ||
script-src 'self' 'unsafe-eval' '${cspInlineScriptHash}' a0.awsstatic.com; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any chance we can do this without adding unsafe-eval
?
Description of changes
Issue #, if available
Description of how you validated changes
https://main.d1tmcsj0i5eaw7.amplifyapp.com/
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.