File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 102
102
< script src = "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type = "text/javascript" charset = "UTF-8" data-domain-script = "1cef3369-6d07-4928-b977-2d877eb670c4" />
103
103
< link rel = "canonical" href = { `https://learning.postman.com${ site . siteMetadata . pathPrefix } ${ slug } ` } />
104
104
{ /* Algolia Instantsearch IE11 support v3 */ }
105
- { /* <script src="https://polyfill.io /v3/polyfill.min.js?features=default,Array.prototype.find,Array.prototype.includes" /> */ }
105
+ { /* <script src="https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=default,Array.prototype.find,Array.prototype.includes" /> */ }
106
106
{ /* */ }
107
107
{ /* Algolia Instantsearch IE11 support v4 */ }
108
- < link rel = "dns-prefetch" href = "https://polyfill.io " />
109
- < link crossOrigin rel = "preconnect" href = "https://polyfill.io " />
110
- < script async src = "https://polyfill.io /v3/polyfill.min.js?features=default%2CArray.prototype.find%2CArray.prototype.includes%2CPromise%2CObject.assign%2CObject.entries" > </ script >
108
+ < link rel = "dns-prefetch" href = "https://cdnjs.cloudflare.com " />
109
+ < link crossOrigin rel = "preconnect" href = "https://cdnjs.cloudflare.com " />
110
+ < script async src = "https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=default%2CArray.prototype.find%2CArray.prototype.includes%2CPromise%2CObject.assign%2CObject.entries" > </ script >
111
111
</ Helmet >
112
112
) ;
113
113
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class IndexPage extends React.Component {
41
41
polyfill . id = id
42
42
polyfill . language = "JavaScript1.1"
43
43
polyfill . src =
44
- "//polyfill.io /v3/polyfill.min.js?features=default%2CArray.prototype.find%2CArray.prototype.includes%2CPromise%2CObject.assign%2CObject.entries"
44
+ "//cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js?features=default%2CArray.prototype.find%2CArray.prototype.includes%2CPromise%2CObject.assign%2CObject.entries"
45
45
polyfill . async = true
46
46
document . body . appendChild ( polyfill )
47
47
}
You can’t perform that action at this time.
0 commit comments