We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Firefox v47 on Ubuntu, Plotly.js v1.16.0 sometimes returns a "SecurityError: The operation is insecure."
The test case is https://plot.ly/javascript/ where three of the example charts fail, starting with the top-most one mapping GDP to Life expectancy.
Console says:
SecurityError: The operation is insecure. [573]</r.getAllRuleSelectors() plotly-latest.min.js:45 [573]</r.injectStyles() plotly-latest.min.js:45 [583]</C.plot() plotly-latest.min.js:46 plotLifeExpectancy() javascript:3942 plotAll/<() javascript:3975 forEach() self-hosted:232 plotAll() javascript:3968 <anonymous> javascript:4006
On an intranet web app I see the same error. Rolling that back to v1.15.0 works fine.
The text was updated successfully, but these errors were encountered:
Confirmed. Thanks for the report.
Maybe related to #822
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Using Firefox v47 on Ubuntu, Plotly.js v1.16.0 sometimes returns a "SecurityError: The operation is insecure."
The test case is https://plot.ly/javascript/ where three of the example charts fail, starting with the top-most one mapping GDP to Life expectancy.
Console says:
On an intranet web app I see the same error. Rolling that back to v1.15.0 works fine.
The text was updated successfully, but these errors were encountered: