Disable inline images on security bugs
Because those bugs can contain dangerous images.
Oh please god.
@globau I used the class bz_group_websites-security to check for this but it seems a bit specific. Do you know another way to detect all security bugs?
indeed, bz_group_websites-security isn't sufficient. check the body element for any classes which start with bz_group_
Wouldn't that also include private bugs like MoCo internal?
yes, it'll catch all non-public bugs. bugzilla doesn't care if a group is used for "security issues" or any other reason. looking at the groups we have defined, it looks like looking for bz_group__security_ should be ok, with the only current exception to that rule being "infrasec".