A (government) client with strict security guidelines reported that they cannot use adapt framework SCORM, because it loads the jquery mobile library, specifically jquery.mobile.custom.min.js, which is afaict a stripped down version of jquery mobile v1.5.0-rc1 for touch/swipe events.
jquery mobile has reached its end of life and doesn't receive security updates anymore.
I don't know if there are any security issues with the (stripped down) library, but government can be very strict about such guidelines, and we need to prevent loading the library for them to approve the software.
Is there any option to do so? Can the library maybe simply be skipped in scriptloader.js without breaking anything?
A (government) client with strict security guidelines reported that they cannot use adapt framework SCORM, because it loads the jquery mobile library, specifically jquery.mobile.custom.min.js, which is afaict a stripped down version of jquery mobile v1.5.0-rc1 for touch/swipe events.
jquery mobile has reached its end of life and doesn't receive security updates anymore.
I don't know if there are any security issues with the (stripped down) library, but government can be very strict about such guidelines, and we need to prevent loading the library for them to approve the software.
Is there any option to do so? Can the library maybe simply be skipped in scriptloader.js without breaking anything?