Add more informative page titles for search and mailbox list pages
Configuration system updates: present the option to treat SVG objects as unsafe images or turn them on/off entirely
Configuration system updates: present the option to treat SVG objects as unsafe images or turn them on/off entirely
Make the unsafe images functionality emcompass SVG objects by default, while allowing the administrator to opt for always displaying or always hiding SVG objects independently from unsafe images instead. To always hiding/blocking SVG objects, add the following two to config/config_local.php -- $treat_svg_separate_from_unsafe_images = TRUE; $allow_svg_display = FALSE; -- The configuration tool (conf.pl) will also be updated to explain how this works.
Make the unsafe images functionality emcompass SVG objects by default, while allowing the administrator to opt for always displaying or always hiding SVG objects independently from unsafe images instead. To always hiding/blocking SVG objects, add the following two to config/config_local.php -- $treat_svg_separate_from_unsafe_images = TRUE; $allow_svg_display = FALSE; -- The configuration tool (conf.pl) will also be updated to explain how this works.
Moderate rewrite of process that finds display entities for a message. Adds sorely-needed documentation and tries to fix things that are broken and covers more message structures without changing legacy behavior
Moderate rewrite of process that finds display entities for a message. Adds sorely-needed documentation and tries to fix things that are broken and covers more message structures without changing legacy behavior
Add a way to turn off what look like old workarounds for a bug in some Mozilla product that breaks other messages