Skip to content

Commit

Permalink
Remove polyfill.io (#4038)
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 authored Jun 29, 2024
1 parent c01dfd2 commit 4304d70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
4 changes: 0 additions & 4 deletions catalog/app/embed/debug-harness.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<script
defer
src="https://polyfill.io/v3/polyfill.min.js?features=Intl%2Cdefault%2CResizeObserver%2CBlob%2Cfetch%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces2015%2CIntl.RelativeTimeFormat"
></script>
<!-- webpackIgnore: true -->
<script defer src="/config.js"></script>
</head>
Expand Down
4 changes: 0 additions & 4 deletions catalog/app/embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<script
defer
src="https://polyfill.io/v3/polyfill.min.js?features=Intl%2Cdefault%2CResizeObserver%2CBlob%2Cfetch%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces2015%2CIntl.RelativeTimeFormat"
></script>
<!-- webpackIgnore: true -->
<script defer src="/config.js"></script>
</head>
Expand Down
4 changes: 0 additions & 4 deletions catalog/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<script
defer
src="https://polyfill.io/v3/polyfill.min.js?features=Intl%2Cdefault%2CResizeObserver%2CBlob%2Cfetch%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces2015%2CIntl.RelativeTimeFormat"
></script>
<!-- webpackIgnore: true -->
<script defer src="/config.js"></script>
</head>
Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ Entries inside each section should be ordered by type:
## Catalog, Lambdas
!-->

# unreleased - YYYY-MM-DD
## Python API

## CLI

## Catalog, Lambdas
* [Fixed] **SECURITY**: Remove `polyfill.io` references ([#4038](https://github.com/quiltdata/quilt/pull/4038))

# 6.0.0a5 - 2024-06-25
## Python API

Expand Down

0 comments on commit 4304d70

Please sign in to comment.