Skip to content

Commit

Permalink
fix: Replace insecure polyfill.io with CloudFlare polyfill CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken committed Nov 4, 2024
1 parent eec205c commit c5ba8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owid/grapher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def generate_iframe(config: Dict[str, Any]) -> str:
</figure>
</main>
<div class="site-tools"></div>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6,fetch,URL,IntersectionObserver,IntersectionObserverEntry"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/3.32.2/minified.min.js"></script>
<script type="module" src="https://ourworldindata.org/assets/common.mjs"></script>
<script type="module" src="https://ourworldindata.org/assets/owid.mjs"></script>
<script type="module">
Expand Down

0 comments on commit c5ba8f4

Please sign in to comment.