-
Notifications
You must be signed in to change notification settings - Fork 369
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
This library should work with a "strict" Content Security Policy #93
Comments
I did the following to test this. Testing was performed in the "examples/sandbox" project. I added the following policy in a meta tag in
And ran it with:
As you can see in the policy above, I had to make the following adjustments: The first thing I had to do was add The second thing I had to do was add a hash for I believe the second issue will need to be addressed. Either by: A) Removing the dependency |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I'd like to reopen this. |
Updating to react-select v3 will likely be a breaking change, as the markup and classnames will likely be differently. If we do this, I think we need to take the approach of deprecating the old component and adding a new component which can be opted into. This could be a global configuration for Search UI, one that conditionally loads v3 instead of v2. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@yakhinvadim If you get a moment, could you see if this is solved after updating react select? |
For reference: elastic/eui#1431
The text was updated successfully, but these errors were encountered: