From 500d05f3c5ec3a3dffa7791f7447bc0d31d6f7e0 Mon Sep 17 00:00:00 2001 From: Inverle Date: Sun, 2 Nov 2025 00:28:35 +0100 Subject: Implement whitelist for SimplePie sanitizer (#7924) * Implement whitelist for SimplePie sanitizer ref: https://github.com/FreshRSS/FreshRSS/pull/7770#issuecomment-3140334326 https://github.com/FreshRSS/simplepie/pull/53 https://github.com/simplepie/simplepie/pull/947 * Remove `` from whitelist * Improve order * Remove some tags from whitelist * Revert partially * sync * Display contents of `<noscript>` and `<noembed>` * sync * Allow use of `<track>` * sync again * Sync to SimplePie fork https://github.com/FreshRSS/simplepie/pull/53 * Alphabetic order * Reduce list of stripped attributes * Temporarily strip some attributes --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --- lib/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/composer.json') diff --git a/lib/composer.json b/lib/composer.json index 671629d9c..963ee2717 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -14,7 +14,7 @@ "marienfressinaud/lib_opml": "0.5.1", "phpgt/cssxpath": "v1.4.0", "phpmailer/phpmailer": "7.0.0", - "simplepie/simplepie": "dev-freshrss#24cfb0c6d81f81ef110c8257d3464b2649476c77" + "simplepie/simplepie": "dev-freshrss#187c2f28c6a7050e46e7bbfa5579552f78a6c1df" }, "config": { "sort-packages": true, -- cgit v1.2.3