-
I believe `javascript:` URLs ought to be filtered. URL tags currently allows embedding malicious inline scripts:
```php
$bbcode = new ChrisKonnertz\BBCode\BBCode();
echo $bbcode->render("[url=j…
Nisto updated
8 months ago
-
class CTextFilter
{
const bbcode = "bbcode";
const clickable = "clickable";
const markdown = "markdown";
const nl2br = "nl2br";
const shortcode = "shortcode";
If constants…
edtau updated
9 years ago
-
After Enable the extension I could see the validator properly shown on the right position.
However when I did nothing to the checkbox, there is no error shown when I try to log in or recover my passw…
-
this [wiki page](https://osu.ppy.sh/wiki/en/Beatmap_search#website) has a wealth of information about very useful search filters, yet it's completely hidden without any outside references. it'd be rea…
-
Hello,
I have a new question about your bundle !
I would like to use the bbcode_clean filter directly in a controller, without using any twig view.
I think there is a proper way to call it in a Symfon…
-
I don't quite get it, really, what's the point of converting all img tags to bbcode in textareas? Allowing image tags and their 'src' values to remain dynamic?!?! They where dynamic ! Filtering HTML i…
-
Some ideas how to improve the guestbook so it doesn't become spammed that much:
- Add a captcha for guestbook to avoid spamming
- Log IPs and block IPs for some time to add another entry (e.g. 15mins)…
-
When entering a link using the bbcode link button in the kunena message editor then URLs with square brackets are not properly converted.
Example Link:
http://translate.limesurvey.org/projects/li…
-
### Description
Some of these quotes get caught by the filter:
![image](https://github.com/ScratchAddons/ScratchAddons/assets/13748717/eff44dd1-96b6-4089-a506-86f16c98ab80)
The following seem t…
-
Hi,
I have a probleme with the [code] tag. It seems that if the code posted is too long, the process crashes.
My config:
```
fm_bbcode:
filter_sets:
forum:
strict: false
…