|
@@ -99,12 +99,10 @@
|
|
|
<div class="collapse input" id="collapseExample">
|
|
<div class="collapse input" id="collapseExample">
|
|
|
<form>
|
|
<form>
|
|
|
<input type="radio" name="preventXSS" value="1" checked>
|
|
<input type="radio" name="preventXSS" value="1" checked>
|
|
|
- {{ t('markdown_setting.Allow all') }}<br>
|
|
|
|
|
- <input type="radio" name="preventXSS" value="2">
|
|
|
|
|
{{ t('markdown_setting.Ignore all') }}<br>
|
|
{{ t('markdown_setting.Ignore all') }}<br>
|
|
|
- <input type="radio" name="preventXSS" value="3">
|
|
|
|
|
|
|
+ <input type="radio" name="preventXSS" value="2">
|
|
|
{{ t('markdown_setting.Recommended setting') }}<br>
|
|
{{ t('markdown_setting.Recommended setting') }}<br>
|
|
|
- <input type="radio" name="preventXSS" value="4" data-toggle="collapse" data-target="#WLsetting" aria-expanded="false" aria-controls="#WLsetting">
|
|
|
|
|
|
|
+ <input type="radio" name="preventXSS" value="3" data-toggle="collapse" data-target="#WLsetting" aria-expanded="false" aria-controls="#WLsetting">
|
|
|
{{ t('markdown_setting.Whitelist setting') }}<br>
|
|
{{ t('markdown_setting.Whitelist setting') }}<br>
|
|
|
<div id="WLsetting" class="input collapse">
|
|
<div id="WLsetting" class="input collapse">
|
|
|
<p class="help-block">{{ t('markdown_setting.Add white list desc') }}</p>
|
|
<p class="help-block">{{ t('markdown_setting.Add white list desc') }}</p>
|