Hi Finn,
Thank you for reporting this issue!
I have good news that it is already fixed and the fix will be included in the next official service pack release.
Until the service pack is released, you can disable the filter by adding the following line to your Page_Load event:
protected void Page_Load(object sender, System.EventArgs e)
{
RadEditor1.DisableFilter(EditorFilters.StripJavaScriptUris);
}Your Telerik points have been updated!
Regards,
Rumen
Progress Telerik