From 16cfab2aca8b47b370c988c0f3e9a7cbd1eb6651 Mon Sep 17 00:00:00 2001 From: Alireza Date: Fri, 28 Jun 2024 09:31:47 -0400 Subject: [PATCH] chore: remove polyfill io (#4270) --- platform/app/public/html-templates/index.html | 4 ---- platform/app/public/html-templates/rollbar.html | 4 ---- platform/docs/docs/platform/browser-support.md | 4 +--- .../version-2.0-deprecated/faq/browser-support.md | 3 --- 4 files changed, 1 insertion(+), 14 deletions(-) diff --git a/platform/app/public/html-templates/index.html b/platform/app/public/html-templates/index.html index dd61a8af9..d449a81e3 100644 --- a/platform/app/public/html-templates/index.html +++ b/platform/app/public/html-templates/index.html @@ -183,10 +183,6 @@ href="<%= PUBLIC_URL %>assets/yandex-browser-manifest.json" /> - - - diff --git a/platform/docs/docs/platform/browser-support.md b/platform/docs/docs/platform/browser-support.md index 20ca7e8c2..fa31439c3 100644 --- a/platform/docs/docs/platform/browser-support.md +++ b/platform/docs/docs/platform/browser-support.md @@ -37,9 +37,7 @@ language feature yet. Our earlier transpilation will rectify _syntax_ discrepancies, but unimplemented features require a "temporary" implementation. That's where polyfills step in. -You can utilize a service like [polyfill.io](https://polyfill.io/v3/) to -auto-detect and apply polyfills as needed, or you can update the PWA build to -include polyfill's in your bundle by incorporating [core-js][core-js] +We previously used polyfill io, but due to a security vulnerability in the library, it's necessary to switch to alternative services.