mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 18:30:53 +00:00
Fix xss in formating people list in sharing dialog
This commit is contained in:
@@ -89,7 +89,7 @@ define([
|
||||
});
|
||||
|
||||
// use select2 to 'user' input in 'add user perm'
|
||||
$('[name="email"]', $add_user_perm).select2(Common.contactInputOptionsForSelect2);
|
||||
$('[name="email"]', $add_user_perm).select2(Common.contactInputOptionsForSelect2());
|
||||
|
||||
// use select2 to 'group' input in 'add group perm'
|
||||
var groups = app.pageOptions.groups || [],
|
||||
|
Reference in New Issue
Block a user