aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-03-01 08:46:10 -0800
committerJohn MacFarlane <[email protected]>2024-03-01 08:46:10 -0800
commit5877ec546df29115163b36de32837f5e08506092 (patch)
tree637ce7923a67fdc919d66e86698083eaa2f0a944 /data
parent2549d3431538c2145f6414c33f5589333f2c89ca (diff)
Replace polyfill provider in HTML templates.
The PR replaces polyfill.io with cdnjs.cloudflare.com/polyfill. polyfill.io has been acquired by Funnull, and the service has become unstable. This is essentially a cleaned up version of PR #2384 by @SukkaW; see the PR for more information.
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.html42
-rw-r--r--data/templates/default.html52
2 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/default.html4 b/data/templates/default.html4
index 401dd88e1..636018a45 100644
--- a/data/templates/default.html4
+++ b/data/templates/default.html4
@@ -28,7 +28,7 @@ $for(header-includes)$
$endfor$
$if(math)$
$if(mathjax)$
- <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>
$endif$
$math$
$endif$
diff --git a/data/templates/default.html5 b/data/templates/default.html5
index acc90d790..bc8a48a6e 100644
--- a/data/templates/default.html5
+++ b/data/templates/default.html5
@@ -28,7 +28,7 @@ $for(header-includes)$
$endfor$
$if(math)$
$if(mathjax)$
- <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>
$endif$
$math$
$endif$