Matt Gray
Matt Gray
I had the same issue. Open issue #31 fixed the problem for me
Hey @i-just I've just been looking into this within the Servd plugin and I think I've tracked down the root cause to the way that the asset URLs are being...
If I'm understanding that correctly, I think that condition would fail if the URL contains any character sequences that are **changed** by `Html::decode()`, which under the hood runs `htmlspecialchars_decode` over...
Debugging has led me to a probable cause for this. CKEditor generates its embedded image URLs by called the `generate-transform` action directly using an ajax request. This does not seem...