Remote Content Assets and iFrame tags


(Douglas (@finnatic at @waikato)) #1

Matrix Version:

Does anyone have a good understanding of how Remote Content assets look to modify iframe tags in remote content?

I’m trying to use remote content to preserve some old pages separate of a full migration, but they have iframe markup in javascript that is getting the src attribute modified with the base url being added.

I have tunnelling turned off, but that doesn’t seem to impact on the iframe rewriting by Matrix.


(Bart Banda) #2

Not sure, but I have a feeling the iframe src="" tags are left alone, especially if the src is generate by JS.
Since it’s JS doing some stuff, you might be best off writing some additional JS that changes the src after page load?