Script tags are filtered from included content, and always have been. However this is unnecessary, as script content is filtered from
all content as a matter of course during topic rendering, under the control of the {AllowInlineScript} configuration option.
At worst this needs to be an option on INCLUDE; I may
want to be able to INCLUDE HTML with scripts in.
CC
It is now possible to include all topic text including script with the new parameter
raw=on
.
AC
It's easy to imagine a set of params that could be turned on or off indepentdently; one for each manipulation that is applied to the included content.
The
raw
parameter helps my case, though.
--
SP