We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbf3c4 commit ed01deaCopy full SHA for ed01dea
source/modules/shellmanager/category/toolbar.js
@@ -131,6 +131,7 @@ class Toolbar {
131
if (v === 'default') {
132
return toastr.warning(LANG['rename']['disable'], LANG_T['warning']);
133
};
134
+ v = antSword.noxss(v);
135
// 判断分类是否存在
136
if (this.top.sidebar.items(v)) {
137
return toastr.warning(LANG['rename']['exists'], LANG_T['warning']);
0 commit comments