- πΊπΈUnited States laryn
Seems like a good idea to me. Here's an approach I used in the Backdrop version which would be easy to port back to Drupal 7 if desired:
https://github.com/backdrop-contrib/views_contextual_filter_query/commit...
Looking through the code, drupal_get_query_parameters() doesn't do any input sanitization, and there isn't any in the class, it passes the parameter straight into the View. Is that present in the parent? If not, should this be wrapped in check_plain()?
Needs work
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Seems like a good idea to me. Here's an approach I used in the Backdrop version which would be easy to port back to Drupal 7 if desired:
https://github.com/backdrop-contrib/views_contextual_filter_query/commit...