-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Canvas hangs when user tries to edit image #32937
Comments
Pinging @elastic/kibana-canvas |
Having the same issue without Canvas - as soon as Kibana loads. Using Nginx for a proxy and Chrome 73. |
Having the same issue since this morning, below is the error. Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'nonce-qGH+wfBcFFcPB46F'". Either the 'unsafe-inline' keyword, a hash ('sha256-SHHSeLc0bp6xt4BoVVyUy+3IbVqp3ujLaR+s+kSP5UI='), or a nonce ('nonce-...') is required to enable inline execution. any solution ??? |
Is it solved, I am facing the same issue, and its a production issue. Please hep out |
i have had this isse with kibana trying to load maps and i faced the same csp warning , adding the csp rules in kibana.yml file fixed it for me
consider *.bing.com and *.virtualearth.net as the website u are loading the resource from but this is on kibana 7.1.1 not 6 |
@EssamEid614 : so what does the final kibana.yml file looks like? |
Please note that a single unsafe-eval error on load is not a bug: see #30468 for discussion |
Hi, was the issue resolved for you? Default Kibana configuration for docker targetserver.name: kibana |
From #109767:
|
Kibana version: 6.7
**Elasticsearch version: 6.7 **
Server OS version: cloud
Browser version: Chrome
Browser OS version: Windows
Original install method (e.g. download page, yum, from source, etc.):
Cloud instance from 6.7 BC
Steps to reproduce:
-> browser hangs
Screenshots (if relevant):
Errors in browser console (if relevant):
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-SHHSeLc0bp6xt4BoVVyUy+3IbVqp3ujLaR+s+kSP5UI='), or a nonce ('nonce-...') is required to enable inline execution.
:9243/s/rayas-playground/bundles/app/canvas/bootstrap.js:10 ^ A single error about an inline script not firing due to content security policy is expected!
(unknown) WebExtension::executeScript: content script injected
The text was updated successfully, but these errors were encountered: