Skip to content

Commit

Permalink
docs: do not use polyfill.io due to a security issue (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps authored Jul 1, 2024
1 parent a4ad4d6 commit 9a97c55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/attachments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<script src="https://polyfill.io/v3/polyfill.min.js?features=es5%2Cfetch%2CPromise"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es5%2Cfetch%2CPromise"></script>

<div class="container-fluid">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion demos/oauth2-browser-retry/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>ArcGIS REST JS Browser OAuth2 - retry</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://polyfill.io/v3/polyfill.min.js?features=es5%2Cfetch%2CPromise"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es5%2Cfetch%2CPromise"></script>
</head>
<body>
<div id="app-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion demos/oauth2-browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>ArcGIS REST JS Browser OAuth2</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="./style.css">
<script src="https://polyfill.io/v3/polyfill.min.js?features=es5%2Cfetch%2CPromise"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es5%2Cfetch%2CPromise"></script>
</head>
<body>
<div id="app-wrapper">
Expand Down

0 comments on commit 9a97c55

Please sign in to comment.