From e37e2a3f6ff4dc1d56062ab7aee3418d5f9bdb8a Mon Sep 17 00:00:00 2001 From: Axel Bocciarelli Date: Thu, 27 Jun 2024 20:22:47 +0200 Subject: [PATCH 1/3] Remove compromised polyfill.io script --- apps/demo/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/demo/index.html b/apps/demo/index.html index b760e642a..746bb68d3 100644 --- a/apps/demo/index.html +++ b/apps/demo/index.html @@ -9,7 +9,6 @@ - From 8dcf23d57ee4a9a5b3a0203b0f6d01bd5285dfa1 Mon Sep 17 00:00:00 2001 From: Axel Bocciarelli Date: Fri, 28 Jun 2024 18:59:49 +0200 Subject: [PATCH 2/3] Remove reference to polyfill.io --- packages/app/README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/packages/app/README.md b/packages/app/README.md index 388c6f9fa..852b1c890 100644 --- a/packages/app/README.md +++ b/packages/app/README.md @@ -72,19 +72,7 @@ various front-end development stacks: ### Browser support -H5Web works out of the box on **Firefox 78 ESR**. - -Support for Firefox 68 ESR is possible by polyfilling the `ResizeObserver` API. -One easy way to do this is with [polyfill.io](https://polyfill.io/v3/): - -```html - - - - -``` - -Older versions of Firefox are not supported. +H5Web works out of the box on **Firefox 78 ESR**. Support for Firefox 68 ESR is possible by polyfilling the `ResizeObserver` API. Older versions of Firefox are not supported. ## API reference From 9094618512b0815bf207e4686305b06ea4d431a1 Mon Sep 17 00:00:00 2001 From: Axel Bocciarelli Date: Fri, 28 Jun 2024 19:01:32 +0200 Subject: [PATCH 3/3] Remove reference to polyfill.io --- packages/lib/README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/packages/lib/README.md b/packages/lib/README.md index 405ec3209..fedaadcfd 100644 --- a/packages/lib/README.md +++ b/packages/lib/README.md @@ -83,16 +83,4 @@ various front-end development stacks: ### Browser support -H5Web works out of the box on **Firefox 78 ESR**. - -Support for Firefox 68 ESR is possible by polyfilling the `ResizeObserver` API. -One easy way to do this is with [polyfill.io](https://polyfill.io/v3/): - -```html - - - - -``` - -Older versions of Firefox are not supported. +H5Web works out of the box on **Firefox 78 ESR**. Support for Firefox 68 ESR is possible by polyfilling the `ResizeObserver` API. Older versions of Firefox are not supported.