Hussein Jafferjee
Hussein Jafferjee
Addressed by https://github.com/inssein/jsfx/commit/53bff202bf27de4f6767177213c02269b4cdcba1 for Canvas. Need to get ideas for implementing IterableFilters for WebGL (Generating shaders for combination of effects?)
I am getting the exact same problems, even with the example uploader on the plupload website. You can easily recreate this issue by uploading multiple (10+) small images, but the...
For a quick win in my own project, I have modified my `_routes.json` (inside `public`) to exclude certain extensions, which seems to be working for now. Example: ```json { "version":...
Turns out, if you set `highlightFirstSuggestion` to false, this bug doesn't happen.
It would probably work, but it would defeat the purpose of using Remix at this point because it's part of my root layout.
To add a little bit more detail, the request looks like: ``` curl https://redacted-host/anything/performance-test \ -H "Content-type: application/json" \ -d '{"type": "MasterCard", "number": "2222630000001125", "name": "Name", "cvv": "118", "ccn": "10/23"}'...
@jcchavezs thanks for the pointers, will test out a few more things today. What's clear from this mornings testing is that requests with a POST body (json payload) are way...
Alright, so my config now looks like: ``` Include @recommended-conf Include @crs-setup-conf Include @owasp_crs/*.conf SecRequestBodyLimitAction ProcessPartial SecResponseBodyAccess Off SecDebugLogLevel 2 SecRuleRemoveByTag paranoia-level/2 SecRuleRemoveByTag paranoia-level/3 SecRuleRemoveByTag paranoia-level/4 ``` The performance is...
Also, do you know if we have benchmarked this project specifically? I can see that benchmarks exist for Coraza, but I am not sure if we are running up to...
Unless I am missing something, the work from this PR is already merged and we should close this.