From 1b4ba00a734672e034017407e4aa349fd1a69b4f Mon Sep 17 00:00:00 2001 From: 3D-I Date: Sat, 11 Sep 2021 17:01:57 +0200 Subject: [PATCH 1/4] [ticket/16850] Update webfont loader PHPBB3-16850 --- phpBB/styles/prosilver/template/simple_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 905d25096f..d5ab23a94a 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -17,7 +17,7 @@ (function(d) { var wf = d.createElement('script'), s = d.scripts[0]; - wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js'; + wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js'; wf.async = true; s.parentNode.insertBefore(wf, s); })(document); From b3b5fcc87459326f7b03b23259680e7f6c497486 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Sun, 12 Sep 2021 21:48:13 +0200 Subject: [PATCH 2/4] [ticket/16850] Update webfont loader PHPBB3-16850 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- phpBB/styles/prosilver/template/simple_header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 96ccf039a0..098728a414 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -39,7 +39,7 @@ (function(d) { var wf = d.createElement('script'), s = d.scripts[0]; - wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js'; + wf.src = 'https://cdn.jsdelivr.net/npm/webfontloader@1.6.28/webfontloader.min.js'; wf.async = true; s.parentNode.insertBefore(wf, s); })(document); diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index d5ab23a94a..b5878517a3 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -17,7 +17,7 @@ (function(d) { var wf = d.createElement('script'), s = d.scripts[0]; - wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js'; + wf.src = 'https://cdn.jsdelivr.net/npm/webfontloader@1.6.28/webfontloader.min.js'; wf.async = true; s.parentNode.insertBefore(wf, s); })(document); From 95511540eac3f3c0a4729b9c076109252143f802 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Sat, 11 Sep 2021 17:01:57 +0200 Subject: [PATCH 3/4] [ticket/16850] Update webfont loader PHPBB3-16850 --- phpBB/styles/prosilver/template/simple_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 905d25096f..d5ab23a94a 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -17,7 +17,7 @@ (function(d) { var wf = d.createElement('script'), s = d.scripts[0]; - wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js'; + wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js'; wf.async = true; s.parentNode.insertBefore(wf, s); })(document); From 643845306a9b8222b9e3be099707242a45a06b04 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Sun, 12 Sep 2021 21:48:13 +0200 Subject: [PATCH 4/4] [ticket/16850] Update webfont loader PHPBB3-16850 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- phpBB/styles/prosilver/template/simple_header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 96ccf039a0..098728a414 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -39,7 +39,7 @@ (function(d) { var wf = d.createElement('script'), s = d.scripts[0]; - wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js'; + wf.src = 'https://cdn.jsdelivr.net/npm/webfontloader@1.6.28/webfontloader.min.js'; wf.async = true; s.parentNode.insertBefore(wf, s); })(document); diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index d5ab23a94a..b5878517a3 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -17,7 +17,7 @@ (function(d) { var wf = d.createElement('script'), s = d.scripts[0]; - wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js'; + wf.src = 'https://cdn.jsdelivr.net/npm/webfontloader@1.6.28/webfontloader.min.js'; wf.async = true; s.parentNode.insertBefore(wf, s); })(document);