jacac

Results 6 comments of jacac

We are also getting complains from some users seeing the 419 error code. If the device time is off by a few minutes could this result in a wrong XSRF...

After playing around with those forms it seems that timing could be causing this issue with `byte_size_f` and `counter_f` fields. Those fields are converted to React components and maybe not...

I'm using it with Foreman 3.3 to deploy LXC containers. ![image](https://user-images.githubusercontent.com/422293/202512720-ca428950-85a3-411e-936b-a2a4a6925452.png) It is possible to use it but you need to find your ways around some issues. **Those commits were...

Maybe I should also mentioned that I blocked request on my proxy to `opensearch.xml` with a `404` return. Steps/Experience: 1. After logging out, refreshing the page multiple times could restore...

@hwangsvb Could you try blocking `opensearch.xml` in Nginx and delete all browsing data and see if you are still getting it? Something like: `location ~ /opensearch.xml { return 404; }`