Dimitris Kazakos
Dimitris Kazakos
@rkusa right, this is doable, but I just realised that it beats my purpose to get rid of the passport < 0.6.0 vulnerability (which is the reason I wan to...
Right, whenever I tried "jumping" to a bookmark like this, it never worked. Had to revert to using the same method call as a new step (instead of the "jump").
I just realised that my issue is the same as issue #39 (outstanding since 2019), so I guess it will never be solved (project seems to be abandoned?) I tried...
The installation is the default current Homebrew installation of 1.19.7 under Big Sur. Configure parameters: --prefix=/usr/local/Cellar/nginx/1.19.7 --sbin-path=/usr/local/Cellar/nginx/1.19.7/bin/nginx --with-cc-opt='-I/usr/local/opt/pcre/include -I/usr/local/opt/[email protected]/include' --with-ld-opt='-L/usr/local/opt/pcre/lib -L/usr/local/opt/[email protected]/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --pid-path=/usr/local/var/run/nginx.pid --lock-path=/usr/local/var/run/nginx.lock --http-client-body-temp-path=/usr/local/var/run/nginx/client_body_temp --http-proxy-temp-path=/usr/local/var/run/nginx/proxy_temp --http-fastcgi-temp-path=/usr/local/var/run/nginx/fastcgi_temp --http-uwsgi-temp-path=/usr/local/var/run/nginx/uwsgi_temp --http-scgi-temp-path=/usr/local/var/run/nginx/scgi_temp --http-log-path=/usr/local/var/log/nginx/access.log...
Here is my config (please note that I am not using the stream module at all): `load_module modules/ngx_http_accounting_module.so; user nobody staff; worker_processes 4; error_log /usr/local/var/log/nginx/error.log; events { worker_connections 256; }...
Any news on this one?
Hi, I have been doing my own research in the SGS5 kernel source trying to spot any useful information concerning the cover open/close event and then I stumbled upon this...
Same here... Since so many people are frustrated over this change, why not add an admin option somewhere (disabled by default)?
I am also facing false positives caused by rule 942100 (running ModSecurity v3/master and CRS 3.1) on post params in **greek** (utf8). The question mark (?) in greek is ";"...
@rkusa I suppose the 2nd option is better; merging something like that in koa-passport would just be an ugly fix, so anyone interested (including myself) should take the responsibility of...