Skip to content

Commit

Permalink
Fix Firefox problem when running with webpack dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzf committed Aug 17, 2024
1 parent ac84978 commit ed737fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
default-src 'self';
connect-src 'self'
https://chargy.charging.cloud
wss://chargy.chargeit-mobility.com:1608
https://open.charging.cloud/chargy/
https://raw.githubusercontent.com/OpenChargingCloud/ChargyDesktopApp/master/;
img-src 'self' data: https:;
Expand Down Expand Up @@ -170,7 +171,7 @@
</div>
<div class="lib">
<div class="name">chart.js <span id="chartJS"></span></div>
<div class="license"><button class="linkButton" href="https://github.com/chartjs/Chart.js/blob/master/LICENSE.md">Copyright &copy; 2014-2024Chart.js Contributors<br />Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License</button></div>
<div class="license"><button class="linkButton" href="https://github.com/chartjs/Chart.js/blob/master/LICENSE.md">Copyright &copy; 2014-2024 Chart.js Contributors<br />Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License</button></div>
</div>
<div class="lib">
<div class="name">decimal.js <span id="decimalJS"></span></div>
Expand Down

0 comments on commit ed737fe

Please sign in to comment.