diff --git a/src/ims/application/_external.py b/src/ims/application/_external.py index 7b737815c..6368fc014 100644 --- a/src/ims/application/_external.py +++ b/src/ims/application/_external.py @@ -698,11 +698,13 @@ class ExternalApplication: ) jqueryJSSourceURL = URL.fromText( - f"http://code.jquery.com/{jqueryVersion}.min.js" + f"https://cdnjs.cloudflare.com/ajax/libs/jquery/" + f"{jqueryVersionNumber}/jquery.min.js" ) jqueryMapSourceURL = URL.fromText( - f"http://code.jquery.com/{jqueryVersion}.min.map" + f"https://cdnjs.cloudflare.com/ajax/libs/jquery/" + f"{jqueryVersionNumber}/jquery.min.map" ) dataTablesSourceURL = URL.fromText(