In Uberflip, some tags included in an RSS feed will be removed when it’s imported. This is a security measure, as RSS feeds can contain malicious code that is executable in your Hub.
To ensure there's nothing unexpected running in your Hub, we remove the tags listed below from RSS feeds. In most cases, content within these tags is retained (such as text), but some elements and formatting may be altered or broken in the process. If elements in an imported blog post are altered or broken, this may be the cause.
The table below outlines which tags are removed from RSS feeds, and how the change is handled.
Alphabetical:
Tag |
How it’s handled |
<base>
|
Removed on import |
<blink>
|
Tag removed, but content within the tag remains |
<body> |
Tag removed, but content within the tag remains |
<doctype>
|
Removed on import |
<embed>
|
Removed on import |
<font> |
Imports as expected when "Allow Inline Formatting" is enabled in the Source Stream options |
<form> |
Tag removed, but content within the tag remains |
<frameset> & <frame>
|
Removed on import |
<html>
|
Removed on import |
<input>
|
Removed on import |
<marquee>
|
Tag removed, but content within the tag remains |
<meta> |
Removed on import |
<noscript> |
Tag removed, but content within the tag remains |
<object> & <param>
|
Removed on import |
<script> |
Removed on import |
<style> |
Imports as expected when "Allow Inline Formatting" is enabled in the Source Stream options |