Ticket #16 (new defect)

Opened 1 year ago

Last modified 1 year ago

Fix images filter - set src="", catch CSS url()

Reported by: azza-bazoo Assigned to: daniel
Priority: major Milestone: 0.4
Component: message-parsing Version: 0.3
Keywords: Cc:

Description

processMsgMarkup() in strings.inc.php doesn't recognise external images via CSS background properties, and should set the image source to "" rather than hacking it with an underscore.

This might best be tackled together with #15.

Change History

10/03/07 03:18:18 changed by daniel

The image src attribute is now cleared properly and a list is returned to the client side as of r180. CSS links are not yet caught, but will be soon.

10/03/07 04:38:51 changed by daniel

Should be fixed in r183. Will need some more testing to make sure that it works properly.