Results 306 comments of Dag

@lukaszpolowczyk I interpret this as a collapsable `` element that is closed by default for the rest of the thread.

These are the currently existing checkboxes for twitter account context: - Without replies - Without retweets - Without pinned tweet - Hide profile pictures - Hide images in tweets -...

I found https://github.com/RSS-Bridge/rss-bridge/issues/2770 while researching this. Let's not introduce additional network calls. A link is fine.

I found a relevant function in `lib/html.php`: ```php /** * Removes unwanted tags from a given HTML text. * * @param string $html The HTML text to sanitize. * @param...

Just so we are clear about what we are talking about here. We are talking about sanitizing user input that we know is html. This means we want to take...

This is mainly a problem in our `HtmlFormat`. It is very easy for feed owners to insert any kind of html/js. Luckily, feed readers do sanitizing too. So it's not...

https://github.com/tgalopin/html-sanitizer/

If I understand correctly, your pr now requires the bridge to be configured with a private access token?