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.