From abf3191e13c91799c3b4f9a6dff25b7d2956717a Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 7 Nov 2021 02:58:25 +0600 Subject: [PATCH] Update Polyfill / JS lib --- src/technologies/p.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index 1e156a172..a4a17191b 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1277,10 +1277,10 @@ "cats": [ 59 ], + "description": "Polyfill is a service which accepts a request for a set of browser features and returns only the polyfills that are needed by the requesting browser.", "icon": "polyfill.svg", - "scriptSrc": [ - "^https?://cdn\\.polyfill\\.io/" - ], + "scriptSrc": "polyfill\\.io/v([\\d\\.]+)\\;version:\\1", + "oss": true, "website": "https://polyfill.io" }, "Polymer": {