Commit Graph
3 Commits
Author SHA1 Message Date
bearz314 d4456faed2 [doc] Add myself for trying to improve searxng 2025-02-11 00:48:53 +11:00
bearz314 67c3fa6930 [fix] limiter: prevent loading cached index html when redirected
The redirection to index lets client requests CSS token, if somehow they haven't been.
We need to ensure the html isn't cached so the latest token can be retrieved.
2025-02-11 00:48:27 +11:00
bearz314 f78929dba6 [fix] limiter: prevent caching of token link
Depending on server and client setup, this CSS link with empty content may be cached.
For example, in my setup CloudFlare automatically adds 14400s (4hours) in my test.
This prevents caching by browser and proxies so the CSS can be reliably requested.
2025-02-11 00:47:46 +11:00