[rt-users] Inline screenshots
gmadesoft
giovanni.martin at adesoft.com
Wed Jul 25 04:41:49 EDT 2012
good afternoon,
Could you tell us what local variable you mean?
there isn't the release note for the 4.0.6 in the web page.
Thomas Sibley wrote:
>
> On 07/20/2012 05:43 AM, Rémi wrote:
>> In my case I tweek a little more the scrubber to avoid (reduce)
>> security issues,
>> the only thing I wanted is the ability to paste en image in the
>> CKeditor ( "data:image/png;base64..... )
>> this do the trick after the $scriubber->allow() call.
>>
>> $scrubber->rules(
>> img => {
>> src => qr{^data\:image}i,
>> alt => 1,
>> '*' => 0,
>> },
>> );
>
> In 4.0.6, you can configure this with a clean local overlay and not have
> to patch any core RT code. Things to look forward to when you upgrade. ;)
>
>
--
View this message in context: http://old.nabble.com/Inline-screenshots-tp33824848p34200036.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.
More information about the rt-users
mailing list