Edgars Voroboks

Results 8 comments of Edgars Voroboks

@bryanl, is there any new public info on updated roadmap?

I disabled ILM by specifying these lines in docker container's file `/usr/share/filebeat/filebeat.yml`: ``` setup.ilm.enabled: false ilm.enabled: false ``` I'm using `docker.elastic.co/beats/filebeat:7.3.0` image. Full command: ``` docker run \ -dit \...

Did you try this solution? https://community.jitsi.org/t/assign-the-moderator-role-by-default-to-all-participants/128106

From your description, the symptoms looks exactly like bug in HAProxy v2.9.1. If you used HAProxy version 2.9.1, please downgrade to 2.9.0 because of this issue: https://github.com/haproxy/haproxy/issues/2395. It will be...

If someone finds this in 2023 or later, for me adding `location /_matrix/identity/v2/3pid/unbind { return 404; }` to nginx config helped.

I have spent few days trying to figure out why `t:urlDecodeUni` did not convert latvian or russian characters to their "simplified" version. For example `ļ` to get converted to `l`....

My intension is not to skip this rule with real attempt to exploit site with `¼script¾alert(¢XSS¢)¼/script¾`, but to reduce false positives on it. Othervise I have to completely disable this...

Taking into consideration that new agent (in experimental branch) is supporting multiple configurations called "applications", it would be easier to bind mount configuration file.