-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to stop RSS-Bridge from escaping/sanitizing html? #3880
Comments
I know it's not really a bug report, but it fitted the best of the 3 options. |
yes rss-bridge escapes there are historical reasons for this. I think maybe we can drop that now at least in the modern feed readers sanitizes the html so should not really be a problem |
Yea, I found that and am testing with a object and embed tag now. Not sure which one is better and both don’t respond well to height settings it seems. Not sure if an iframe will be better of if it’s a netnewswire quirk. I’ve had similar feeds in FreshRSS that did iframes and it worked fine. So it might be desirable to allow iframes through RSS Bridge as well. |
fixed for outputs atom, mrss and json |
how is it working out for ya @adegans |
Haven't really tested anything yet but I will soon (tm) |
I just installed 2024-02-02. |
Describe the bug
I'm trying to make a bridge that adds an iframe to the item['content']. How do I NOT output html as a string/text but instead have it render the html?
Is there some kind of escape or non-sanitize function?
When I look in the source several key <'s have a added to it. Breaking the output.
I've gone over the manuals but can't find any useful information.
Expected behavior
HTML to be html and not text.
The text was updated successfully, but these errors were encountered: