You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to allow iframe from facebook, youtube, ... and block others.
Therefore I tried to use the customRender with the iframe tag, filtering for attributes['src'] but the value passed to the attributes tag is an empty map.
How do I get the src for the rendering iframe tag?
The text was updated successfully, but these errors were encountered:
I want to allow iframe from facebook, youtube, ... and block others.
Therefore I tried to use the customRender with the iframe tag, filtering for attributes['src'] but the value passed to the attributes tag is an empty map.
How do I get the src for the rendering iframe tag?
The text was updated successfully, but these errors were encountered: