-
Notifications
You must be signed in to change notification settings - Fork 412
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
Unclickable links in RSS feeds since Dec 28, 2022 push to master tree #2426
Comments
Hi @Antorell, this is intentional for security reasons. It could cause serious phishing implications if we don't disable links. |
Yes, the other day I didn't check the sanitize.config.js in the js/ folder and thought the RESTRICTED keyword at the end of sanitize.config in the init.js of the RSS plugin was fixed feature and not an option. I switched RESTRICTED to BASIC in the init.js of the RSS plugin, and it works like before the sanitize changes. I also added a _blank parameter to add attribute so links open in a new tab.
Cheers |
@Antorell |
I will, thanks. |
Please complete the following tasks.
Tell us about your environment
ruTorrent v4.0 beta (master Dec 28, 2022)
php 8.1
Ubuntu 22.10
Tell us how you installed ruTorrent
git clone from the master branch (Dec 28, 2022)
Describe the bug
Posting a bug report before I forget.
There's still an issue with the new RSS changes that were pushed to the master branch the Dec 28, 2022. The links in the description of the feeds are not clickable anymore. The links are colored like other links, or the links before the RSS changes, but they cannot be clicked. Feeds can be loaded without problems.
Happy new year.
Steps to reproduce
Load a RSS feed that has links to the release page or external links
Feed with links: https://feed.animetosho.org/rss2
Expected behavior
No response
Additional context
The text was updated successfully, but these errors were encountered: