shouya / rss-funnel

Self-hosted RSS multi-tool
https://rss-funnel-demo.fly.dev
GNU General Public License v3.0
108 stars 4 forks source link

URL issues in inspector UI #131

Closed tillcash closed 1 month ago

tillcash commented 2 months ago

If I use https://rssbridge.flossboxin.org.in/?action=display&bridge=TelegramBridge&username=aboutrss&format=Atom, it generates the attached error. However, if I encode it as https%3A%2F%2Frssbridge.flossboxin.org.in%2F%3Faction%3Ddisplay%26bridge%3DTelegramBridge%26username%3Daboutrss%26format%3DAtom, it works fine.

image

The issue arises when clicking the Copy URL button, which generates the URL /image-proxy1.xml?source=https%253A%252F%252Frssbridge.flossboxin.org.in%252F%253Faction%253Ddisplay%2526bridge%253DTelegramBridge%2526username%253Daboutrss%2526format%253DAtom, resulting in a missing source error when i try to access the link.

shouya commented 1 month ago

Fixed. Thanks for reporting <3