Edoardo Ottavianelli

Results 126 comments of Edoardo Ottavianelli

Awesome. Someone could disable functionalities, but that api isn't intended to provide rce. Thanks @petersirka

if that field should accept only IPs, why not using a specific regex only for IPs?

Got it. In general an allow-list is preferred over a block-list of entries. In this case the regex must check that only the allowed characters are entered: alphabetic characters (A-Z),...

Hi @ocervell , there is this option available in cariddi, it's not a rate limiter..but similar: ``` -d int Delay between a page crawled and another. ``` Seems this is...

> Unfortunately I didn't manage to fix the CI there are new errors with code that I did not modify :/ Ok, so don't worry about golangci-lint errors. I'll fix...

I didn't know about that actually, but showing that command in the help could be useful

@dgtlmoon an you confirm that te version is identified by var `right_sticky`? (ref: https://github.com/dgtlmoon/changedetection.io/blob/master/changedetectionio/templates/base.html#L145C52-L145C64)