From 457fd3764e827121b9bb4984baec14698eb625fc Mon Sep 17 00:00:00 2001 From: Nordine Date: Thu, 27 Jun 2024 23:13:22 +0100 Subject: [PATCH] Replace polyfill.io by cloudflare cdn Since polyfill.io is down, replace it with cloudflare cdn https://news.ycombinator.com/item?id=40805827 "Polyfill.io has been serving malware for months via its CDN, after the project's open source maintainer sold the service to a company based in China." --- resources/views/app.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index e29b8ba4..dbceeac8 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -6,10 +6,10 @@ {{-- Inertia --}} - + {{-- Ping CRM --}} - + @vite('resources/js/app.js') @inertiaHead