diff options
| author | Christian Oliff <[email protected]> | 2016-12-06 22:05:49 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-07 21:32:00 -0800 |
| commit | d9ab97b2d0f8e16c46415ef4a8eeb53f0ebf6c93 (patch) | |
| tree | 065a967604947090a727e5af526b9049789da66c | |
| parent | cd76a6775de677210c25608f4d359ce429df995b (diff) | |
| download | bootstrap-d9ab97b2d0f8e16c46415ef4a8eeb53f0ebf6c93.tar.xz bootstrap-d9ab97b2d0f8e16c46415ef4a8eeb53f0ebf6c93.zip | |
Update jQuery CDN to use jQuery.com instead of Google
Fixes: #21130
| -rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index c32334334..4efc7665a 100644 --- a/_config.yml +++ b/_config.yml @@ -49,7 +49,7 @@ cdn: css_hash: "sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js js_hash: "sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK" - jquery: https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js - jquery_hash: "sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" + jquery: https://code.jquery.com/jquery-3.1.1.min.js + jquery_hash: "sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" tether: https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js tether_hash: "sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8" |
