mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
SECURITY: fix possible XSS with badges (#6912)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<form class="form-horizontal">
|
||||
<div>
|
||||
<label>{{i18n 'admin.badges.badge'}}</label>
|
||||
{{combo-box filterable=true value=selectedBadgeId content=grantableBadges}}
|
||||
{{combo-box forceEscape=true filterable=true value=selectedBadgeId content=grantableBadges}}
|
||||
</div>
|
||||
<div>
|
||||
<label>{{i18n 'admin.badges.reason'}}</label>
|
||||
|
||||
Reference in New Issue
Block a user