Skip to content

Commit

Permalink
Merge pull request #2226 from thostetler/switch-cdns-for-backbonejs
Browse files Browse the repository at this point in the history
switch cdns from unpkg to jsdelvr for backbone
  • Loading branch information
thostetler committed Jan 14, 2022
2 parents b335fd0 + c5f7655 commit 039b623
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config/discovery.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ require.config({
'libs/lodash',
],
backbone: [
'https://unpkg.com/backbone@1.1.2/backbone-min',
'https://cdn.jsdelivr.net/npm/backbone@1.1.2/backbone-min',
'libs/backbone',
],
'backbone-validation': [
Expand Down Expand Up @@ -451,8 +451,7 @@ require.config({
const sri = {
underscore:
'sha384-qDQQphxk4GGOzXrYWcGvL65XEe3wWt0lpN1IWIttQvQvewLpET6XzmQiKr3kew5R',
backbone:
'sha384-VxD8tH2DiVJvByaMC34LoFrsCoF3qBeDvlSoyzjXU9t1SJVuOVwcGui/gigIavIN',
backbone: 'sha256-ddKDRLG4O1+xU/xZOb3BC0BKdU2T9498HIqLgd43aCU=',
'backbone-validation':
'sha384-fpdyr8ISauDi3YRemFSS/fadDnGzGiz2QdiRavwVGgPr2dd8f9VEaubnO5XhWZGr',
'backbone.stickit':
Expand Down

0 comments on commit 039b623

Please sign in to comment.