jQuery from ajax.googleapis.com delivers wrong version (#627)

This commit is contained in:
nobody 2021-08-15 18:24:59 +02:00
parent 8ee3957ca0
commit 95b4867006
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 12 additions and 0 deletions

View File

@ -223,6 +223,14 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
'path': `resources/exif-js/${lastVersion}/exif.min.jsm`,
'bundle': ''
};
} else if (CompleteURL.startsWith('ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js')) {
return {
'source': channelHost,
'versionDelivered': '1.11.2',
'versionRequested': '1.11.1',
'path': 'resources/jquery/1.11.2/jquery.min.jsm',
'bundle': ''
};
} else {
return false;
}

View File

@ -29,6 +29,10 @@
<ul>
<li>noUiSlider v15.3.0 -> v15.4.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/625">#625</a>)</li>
</ul>
<p>Mapping</p>
<ul>
<li>jQuery from ajax.googleapis.com delivers wrong version (<a href="https://codeberg.org/nobody/LocalCDN/issues/627">#627</a>)</li>
</ul>
<p>Improved</p>
<ul>
<li>Label and handling "Block Google Fonts" toggle (<a href="https://codeberg.org/nobody/LocalCDN/issues/624">#624</a>)</li>