We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
polyfill.io
cdnjs
1 parent 795ff3f commit 75a3d73Copy full SHA for 75a3d73
_data/origin/cors.yml
@@ -8,8 +8,8 @@ cdns:
8
- url: https://fonts.googleapis.com
9
# jsDelivr CDN
10
- url: https://cdn.jsdelivr.net
11
- # polyfill.io for math
12
- - url: https://polyfill.io
+ # polyfill.io for math (cdnjs.cloudflare.com/polyfill)
+ - url: https://cdnjs.cloudflare.com
13
14
# fonts
15
_includes/js-selector.html
@@ -91,7 +91,7 @@
91
}
92
};
93
</script>
94
- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
+ <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
95
<script id="MathJax-script" async src="{{ site.data.origin[type].mathjax.js | relative_url }}"></script>
96
{% endif %}
97
0 commit comments