From ac576f339e9ccb3f6caee3eb8ac56a4a8c9042e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Roussel?= Date: Fri, 28 Oct 2022 15:35:42 +0200 Subject: [PATCH 1/2] cnd scripts call update Change library scripts call from //unpkg.com to https://cdnjs.cloudflare.com --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index b190c09..9ae8772 100644 --- a/index.php +++ b/index.php @@ -508,9 +508,9 @@ $opcache = (new Service($options))->handle(); OPcache statistics on <?= $opcache->getData('version', 'host'); ?> - - - + + + @@ -1768,4 +1768,4 @@ function debounce(func, wait, immediate) { - \ No newline at end of file + From 982ffc7f8461ac40332c0d78d7ba2810d3af8048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Roussel?= Date: Wed, 2 Nov 2022 14:25:22 +0100 Subject: [PATCH 2/2] drop the protocol More access with both http(s) --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 9ae8772..13dc046 100644 --- a/index.php +++ b/index.php @@ -508,9 +508,9 @@ $opcache = (new Service($options))->handle(); OPcache statistics on <?= $opcache->getData('version', 'host'); ?> - - - + + +