Alexandre Flament
Alexandre Flament
I'm not sure to understand the issue, just in case, it might be not useful for you: * `https://searx.tiekoetter.com/preferences?save=1&preferences=....` saves your preferences into a cookie and returns to the front...
@return42 FYI, it's a draft but the code won't change much (just fix found issue).
Before this PR, I would like to implement https://github.com/searxng/searxng/issues/1169#issuecomment-1126696026 so the oscar's users can get back this layout.
With the current architecture, the plugin must parse the infobox results. --- if the plugin returns `False` then the infobox is removed: https://github.com/searxng/searxng/blob/8f7cb4ad6fa3f9dec4b89807a32fa69e0e72bb84/searx/results.py#L205-L206
Screenshots in various configurations of the query `!scc grep` : https://dev.searxng.org/screenshots.html#config=Firefox+1920+-+dark+mode&test_case=search_code
An attempt to center the result page:  CSS (comment are existing CSS rules): ```css main { display: flex; flex-direction: column; align-items: center; } #search { width: 100%; display: flex;...
I haven't try the configuration, but it makes sense. One way to fix the issue is to let SearXNG manage the CSP header, see https://github.com/searxng/searxng/issues/140 At first sight, SearXNG could...
Some experiment with the checkbox: https://codepen.io/dalf-the-encoder/pen/VwrQKKm?editors=1100 * the checkbox can get the focus (it is not possible currently because of [`visibility: hidden;`](https://github.com/searxng/searxng/blob/12b5f9e5611d40d80de7efdfc1fd6afae6c8cdaf/searx/static/themes/simple/src/less/toolkit.less#L405)) * the focus is shown * the checkbox...
This is a legally from a long time. It requires to break the preferences to fix the issue as far I remember. It has to be fix. (I have updated...
Brave works on my local instance. I guess this is antibot problem.