pablojim / highcharts-ng

AngularJS directive for Highcharts
MIT License
1.73k stars 463 forks source link

Generated SVG references specification through http #658

Open guidodizi opened 5 years ago

guidodizi commented 5 years ago

The generated SVG element has a reference to w3 specification through the parameter xmlns that is made with http protocol. This could cause some mixed-content issues on https websites

<svg version="1.1" class="highcharts-root" xmlns="http://www.w3.org/2000/svg">