Not a bug jQuery source still locally hosted when using CDN

Mouth

Well-known member
Affected version
2.2.0 b6
Regardless of using a jQuery CDN @ /admin.php?options/groups/performance/, HTML still includes/references the locally hosted jquery file.

Code:
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script><script>window.jQuery || document.write('<script src="/js/vendor/jquery/jquery-3.5.1.min.js?_v=da557bc0"><\/script>')</script>
 
Hello,

While running my website on pagespeed audit, I discovered that jquery library is loaded twice.
One through api.google (as expected by the setting i defined) and the other from local (but I don't know why).

1638904483879.webp

How to prevent this?

Thank you

Nils
 
Top Bottom