I've been suffering from the same issue as these people: * https://www.drupal.org/project/views_rss/issues/1674134 * https://www.drupal.org/project/views/issues/1189550 * https://stackoverflow.com/questions/14229641/rss-feeds-view-showing-enco...
I have resorted to both removing the check_plain()
calls that are added in template_preprocess_views_view_row_rss and replaced them with decode_entities()
to get my RSS feeds to be clean. But I wonder about the security implications of doing so.
We should provide a sanitization function that does not escape characters, something like check_plain_rss()
maybe? What are our options currently?
Recent comments
Hey, everyone, I'm stepping in to provide an update from the Giant Rabbit team that I also posted in github here and here - long story short, we're close to an alpha release. I'll...
Commerce shop system from Drupal
PayPal Checkout works too!
Commerce shop system from Drupal
nice find! the links for the most recently updated issues in the core and contrib queues are a great way to stay on top of things—especially now that the feature freeze is just around the corner...
Seeing what issues are new