ElJeffe

Results 231 comments of ElJeffe

I'm also having this issue `flask-wtf v1.0.1`, but my deploy is in docker, using gunicorn and nginx reverse proxy. All pages are HTTPS. If I log in on my own,...

~~I put together this example which seems to exhibit the issues I'm seeing. Maybe if we can figure that out, it might provide insight or solve these. https://github.com/eljeffeg/testCSRF~~ ~~It can...

I believe I resolved the issue I was having, which was I had to add `threads` to the gunicorn config. * https://stackoverflow.com/a/72126425/666774 * https://github.com/miguelgrinberg/flasky/issues/1

Boxes don't have a dependency on other boxes, but you could put boxes in different levels and levels can be dependent on the completion of other levels. Also, you could...

At the moment, I don't have this on my short list. I tend to prioritize features that I would use in my own CTF hosting and this one falls outside...

It's an interesting idea. Might be able to craft the bots to do something like that. I've never used the Corp myself as I deal with more DFIR games, so...

The backend, yeah, though we'd like compatibility with Python 3 as we'd like to get compliant at some point. I think the big hold up is str/byte/unicode issues.

Thanks for the report @anthturner I'll make that change and I'll try to work on a version that works for both 3.8 and 3.9. Hate when they do stuff like...

On the scoreboard, you'll probably only see a team once they score points. On the teams page, I'm not aware of a scrolling issue. Maybe open the browser dev panel...

Fixed in the upcoming 3.12.0 release