forked from MarseyWorld/MarseyWorld
cvx
parent
4630e7d65b
commit
9386c7aacb
|
@ -96,7 +96,7 @@ allowed_attributes = {
|
|||
|
||||
allowed_protocols = ['http', 'https']
|
||||
|
||||
allowed_styles = ['color', 'background-color', 'font-weight', 'transform', '-webkit-transform']
|
||||
allowed_styles = ['color', 'background-color', 'font-weight', 'text-align']
|
||||
|
||||
def sanitize(sanitized, noimages=False, alert=False, comment=False, edit=False):
|
||||
|
||||
|
|
|
@ -524,10 +524,7 @@ line breaks
|
|||
<td>font-weight</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>transform</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>-webkit-transform</td>
|
||||
<td>text-align</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
Loading…
Reference in New Issue