From 40f14157ae53b5b217a054ddf2449284fac47779 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 7 Jul 2021 07:09:15 +0200 Subject: [PATCH] Mapping: video.js -> cdnjs.cloudflare.com (#559) --- core/mappings.js | 1 + pages/updates/updates.html | 1 + 2 files changed, 2 insertions(+) diff --git a/core/mappings.js b/core/mappings.js index 7d80829c..5c9888bf 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -438,6 +438,7 @@ mappings.cdn = { 'underscore.js/{version}/underscore.': resources.underscore, 'underscore.js/{version}/underscore-min.': resources.underscore, 'urlive/{version}/jquery.urlive.': resources.jqueryURLive, + 'video.js/{version}/video.js': resources.videoJS, 'vue/{version}/vue.min.js': resources.vueJs, 'vue-i18n/{version}/vue-i18n.': resources.vueI18N, 'vue-resource/{version}/vue-resource.': resources.vueResource, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 7c001e61..0017c44e 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -56,6 +56,7 @@
  • Mapping: FontAwesome (Font only) -> netdna.bootstrapcdn.com (#555)
  • Added: angular-sanitize v1.6.10 (#556)
  • Added: clappr v0.4.5 (#558)
  • +
  • Mapping: video.js -> cdnjs.cloudflare.com (#559)
  • Includes also the following changes, because the release of this version took a long time caused by a broken validation server of Mozilla (More information).