Commit c9c9042b authored by Nicolas Delaby's avatar Nicolas Delaby

safe_html transform now enables style nodes in html documents.

They are safe from security point of view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34401 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f9ec618
......@@ -194,10 +194,6 @@
<key> <string>script</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>style</string> </key>
<value> <string>1</string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -409,6 +405,10 @@
<key> <string>strong</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>style</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>sub</string> </key>
<value> <string>1</string> </value>
......
1556
\ No newline at end of file
1557
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment