mirror of
https://github.com/searxng/searxng.git
synced 2026-05-08 02:13:51 +02:00
612b76b75e
WhiteNoise requires all headers to be strings, however it's common to use other primitive types (e.g. numbers) in the header, e.g. `X-XSS-Protection: 0`. Thus, we must convert all types of values (i.e. numbers) to strings. - closes https://github.com/searxng/searxng/issues/5091