Dnn.Platform
Dnn.Platform copied to clipboard
Standardize jQuery Usage to Current Version
Description of bug
DNN Platform currently distributes multiple versions of jQuery and jQuery UI, including in the CKEditor Provider and a few other locations.
We need to ensure that all versions, including those loaded from a CDN are secure and up to latest versions. Ideally using the standardized registration processes for jQuery.
Caution will be needed to ensure that we do not break other functions within the application.
Steps to reproduce
Search the installation code base for used version of jQuery.
Current behavior
Multiple versions of jQuery are used
Expected behavior
A singular version of jQuery should be used
Affected version
09.10.02 and Earlier
Affected browser
N/A