ononoki

Results 24 comments of ononoki

I think adding hash is necessary since searxng.png is a static file, which uses static file's `cache-control` header. If that file changes in the future, missing of hash may make...

Please correct me if I'm saying something stupid but [isn't static file hash used for this thing](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#caching_static_assets_with_cache_busting)? If so, I suggest we load searxng.png via html instead of css, so...

> If the client set a “X-Forwarded-For” and change the value with each request, the entire string changes by each request. I think it should be handled by web server...

Why not use `X-Real-IP` to replace `X-Forwarded-For`? If there is a chain of proxies, only the first incoming one needs to set `X-Real-IP` to `$remote_addr`, and other proxies simply keep...

The same happens with FP16 training & FP32 gradient accumulation. I set `gradient_accumulation_steps` to 2 as a temporary solution.

You are redirecting https://search.indst.eu/ to https://search.indst.eu/searxng/. It's OK, but we recommend directly use the root path for SearXNG instead of adding a subpath.

You seem to use tracking service from iubenda, which violates your promise here: > I do not track the users of my instance with any analytics or tracking software. Please...

Hi @botchedcode, first access to http://search.charliewhiskey.net/config redirects to an invalid URL https://search.charliewhiskey.netconfig (note the slash and TLD). Please setup HTTP to HTTPS correctly.

> I was a little confused by your information and was unable to recreate it in my own home. I tested it several times in different ways, but the forwarding...

Hi @DotOnedotNL, your [CSP](https://observatory.mozilla.org/analyze/search.dotone.nl) grade is not optimal. However, it can be ignored if you do not mind being ranked lower on searx.space. If you want to fix it before...