-
Notifications
You must be signed in to change notification settings - Fork 821
Description
Feature Summary
disable sanitizer for specific feed
What problem does this feature solve?
I have several private feeds where many HTML tags are lost in the reader, causing formatting issues that make them difficult to read compared to the original content. After some research, I discovered this is due to the sanitizer feature.
Proposed Solution
I understand the importance of this feature for user safety and privacy. However, could we provide an option to enable or disable sanitizer for specific feeds, with users assuming responsibility for any risks?
Alternatives Considered
I know there's a “Fetch original content” option here, but due to the website's security settings, even after configuring username, password, cookies, etc., it still fails to retrieve the webpage content correctly.
However, these feeds already provides the full content, If I could choose to disable sanitizer, everything would be much simpler, and I'm willing to accept the associated risks, if you provide this option.
Additional Context
No response
Checklist
- I have searched existing issues to ensure this feature hasn't been requested before.
- I understand that feature requests are not guaranteed to be implemented.
- I agree to follow the project's contribution guidelines.