version 2.8.0 chrome console warning
maor-benami opened this issue · 1 comments
maor-benami commented
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js" />
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/languages/typescript.min.js" />
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/languages/xml.min.js" />
<script src="//cdnjs.cloudflare.com/ajax/libs/highlightjs-line-numbers.js/2.8.0/highlightjs-line-numbers.min.js" />
- Using version 2.7.0 eliminates the warning
wcoder commented
Based on the description of this warning: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT
it's related to the certificate of CDN provider. We can't fix this.