Skip to content

Commit

Permalink
remove promise-polyfill (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy authored Aug 9, 2024
1 parent 9ec1a45 commit 1a87259
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<policies>
<policy id="script-src">
<values>
<value id="polyfill" type="host">https://polyfill-fastly.io</value>
<value id="sentry-cdn" type="host">https://browser.sentry-cdn.com</value>
</values>
</policy>
Expand Down
1 change: 0 additions & 1 deletion view/frontend/templates/script/sentry.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ $remoteFile = sprintf(
);
?>

<script src="https://polyfill-fastly.io/v2/polyfill.min.js?features=Promise" crossorigin></script>
<script src="<?= /** @noEscape */$remoteFile ?>" crossorigin="anonymous"></script>
<script>
if (typeof Sentry !== 'undefined') {
Expand Down

0 comments on commit 1a87259

Please sign in to comment.