mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 12:27:27 +01:00
jQuery from ajax.googleapis.com delivers wrong version (#627)
This commit is contained in:
parent
8ee3957ca0
commit
95b4867006
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user