aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/feedController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-05-02 19:49:18 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-02 19:49:18 +0200
commit44625eed25f4f5cfba3ebcb4fe66c91442609eff (patch)
tree9c6cafb5583f56a77221e1be7fa706963cc802fb /app/Controllers/feedController.php
parent0e6f56bb4c0e749f632f9537bfb0abdbb0f2a078 (diff)
Fix CSS selector encoding (#6426)
fix https://github.com/FreshRSS/FreshRSS/issues/6229 fix https://github.com/FreshRSS/FreshRSS/issues/6266#issuecomment-2090432818
Diffstat (limited to 'app/Controllers/feedController.php')
-rw-r--r--app/Controllers/feedController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php
index 714a18ffe..43248cce9 100644
--- a/app/Controllers/feedController.php
+++ b/app/Controllers/feedController.php
@@ -1148,6 +1148,7 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController {
return;
}
$feed->_pathEntries($content_selector);
+ $feed->_attribute('path_entries_filter', Minz_Request::paramString('selector_filter', true));
//Fetch & select content.
try {