Skip to content

Commit

Permalink
release v3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedulsayem committed Dec 24, 2024
1 parent e17ed73 commit 90f4e1d
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 79 deletions.
2 changes: 1 addition & 1 deletion assets/js/custom-mouse-cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function initiateHaCursorObject() {
}
if ('text' == settings.type) {
if (settings.text && settings.text != undefined) {
this.$element.attr('data-cursor-text', settings.text);
this.$element.attr('data-cursor-text', DOMPurify.sanitize(settings.text));
} else {
this.$element.attr('data-cursor-text', ' ');
}
Expand Down
2 changes: 1 addition & 1 deletion assets/js/custom-mouse-cursor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 3.15.2 - 24 December 2024 =

- Fix: XSS security on Happy Mouse Cursor feature.

= 3.15.1 - 15 December 2024 =

- Fix: Some edge cases with Happy Mouse Cursor feature.
Expand Down
Loading

0 comments on commit 90f4e1d

Please sign in to comment.