Closed sibomots closed 2 years ago
A user can insert a [topic=#] ... [/topic] syntax but the engine will replace it with HTML:
Eg:
[topic=SOME_TOPIC_ID] flavor [/topic]
becomes in the database, after submission to the site:
<a href="<___base_url___>/index.php?app=forums&module=forums&controller=topic&id=SOME_TOPIC_ID" rel=""> flavor </a>
That will have to be scrubbed also via SQL after the upgrade.
OBE and covered by https://github.com/CustodesTechnologia/System/issues/32
A user can insert a [topic=#] ... [/topic] syntax but the engine will replace it with HTML:
Eg:
becomes in the database, after submission to the site:
That will have to be scrubbed also via SQL after the upgrade.