MattDodsonEnglish opened a new issue, #434: URL: https://github.com/apache/echarts-doc/issues/434
Confirmed happening on multiple devices and geographies. The console errors look like this: ``` editor.html:1 Refused to load the stylesheet 'https://fastly.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback. 7Refused to load the script '<URL>' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' <URL>". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. editor.html:1 Refused to load the script 'https://fastly.jsdelivr.net/npm/[email protected]/pace.min.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org/". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. editor.html:1 Refused to load the script 'https://fastly.jsdelivr.net/npm/[email protected]/dist/jquery.min.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org/". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. editor.html:1 Refused to load the script 'https://fastly.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org/". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. editor.html:1 Refused to load the script 'https://fastly.jsdelivr.net/npm/[email protected]/dist/vue.min.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org/". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. editor.html:1 Refused to load the script 'https://fastly.jsdelivr.net/npm/[email protected]/lib/index.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org/". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. editor.html?c=treemap-visual:27 Refused to load the script 'https://hm.baidu.com/hm.js?54b918eee37cb8a7045f0fd0f0b24395' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org/". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. (anonymous) @ editor.html?c=treemap-visual:27 editor.html:1 Refused to load the script 'https://www.googletagmanager.com/gtag/js?id=UA-141228404-1' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org/". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. editor.html:12 Refused to load the stylesheet 'https://fastly.jsdelivr.net/npm/[email protected]/lib/theme-chalk/index.css' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback. common.js?_v_=85b684f192:1 Uncaught ReferenceError: $ is not defined at common.js?_v_=85b684f192:1:582 example-bundle.js?_v_=ceb18d7541:1 Uncaught ReferenceError: Vue is not defined at example-bundle.js?_v_=ceb18d7541:1:136515 at example-bundle.js?_v_=ceb18d7541:1:373431 at example-bundle.js?_v_=ceb18d7541:1:373452 editor.html?c=treemap-visual:20 Uncaught TypeError: Cannot read properties of undefined (reading 'init') at editor.html?c=treemap-visual:20:16 editor.html:1 Refused to load the stylesheet 'https://fastly.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback. editor.html:1 Refused to load the stylesheet 'https://fastly.jsdelivr.net/npm/[email protected]/lib/theme-chalk/index.css' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
