|
@@ -102,7 +102,9 @@ class XssForm extends React.Component {
|
|
|
onChange={() => { adminMarkDownContainer.setState({ xssOption: RehypeSanitizeOption.CUSTOM }) }}
|
|
onChange={() => { adminMarkDownContainer.setState({ xssOption: RehypeSanitizeOption.CUSTOM }) }}
|
|
|
/>
|
|
/>
|
|
|
<label className="custom-control-label w-100" htmlFor="xssOption2">
|
|
<label className="custom-control-label w-100" htmlFor="xssOption2">
|
|
|
- <p className="font-weight-bold">{t('markdown_settings.xss_options.custom_whitelist')}</p>
|
|
|
|
|
|
|
+ <p className="font-weight-bold">{t('markdown_settings.xss_options.custom_whitelist')}
|
|
|
|
|
+ <span className='text-warning'> (TBD: Currently unavailable)</span>
|
|
|
|
|
+ </p>
|
|
|
<WhiteListInput customizable />
|
|
<WhiteListInput customizable />
|
|
|
</label>
|
|
</label>
|
|
|
</div>
|
|
</div>
|