moodle-an-hochschulen / moodle-theme_boost_union

Theme Boost Union is an enhanced child theme of Boost which is intended, on the one hand, to make Boost simply more configurable and, on the other hand, to provide helpful additional features for the daily Moodle operation of admins, teachers and students.
GNU General Public License v3.0
55 stars 49 forks source link

Improvement: Add prefixes to the sessionStorage keys in the scrollspy implementation. #598

Closed abias closed 3 months ago

abias commented 3 months ago

During the review of #341, I realized that in the scrollspy implementation, quite short and non-prefixed session keys are used. While it is unlikely, this could cause key colissions anytime in the future.

It would be worthwhile to add prefixes to the session keys.