Please help us help you and fill where relevant: Your LimeSurvey version: 6.16.11+260303, but it also affects 7.0 Own server or LimeSurvey hosting: part of intranet, not visible to the public Survey theme/template:
==================
This is my first post, so hi everyone.
Limesurvey frontend seems to be split between two versions of Bootstrap: 3.4.1 and 5.1.3. I am very gratefull for including them in the application and not rely on external CDN, which helps a lot during testing. Our security staff is complaining about that 3.4.1 version as out of support.
I simply swapped files
bootstrap.css
bootstrap.js
bootstrap.min.css
bootstrap.min.js
bootstrap-rtl.css
in webroot/assets/packages/bootstrap to a 5.3.8 version. Administration panel and a couple of small surveys are working fine.
When is bootstrap 3.4.1 needed and may I just keep a new files in webroot/assets/packages/bootstrap ?
The only thing I found mentioning 3.4.1 are:
assets/packages/lstutorial/build/lstutorial.js
assets/packages/lstutorial/lib/bootstrap-tourist.js
and I'm fine without a tutorial.