Extravi / araa-search

A privacy-respecting, ad-free, self-hosted Google metasearch engine with strong security that offers full API support and utilizes Qwant for images, and DuckDuckGo for auto-complete.
https://araa.extravi.dev
GNU Affero General Public License v3.0
241 stars 22 forks source link

Calc. improvements & fix redirect error with settings #98

Closed TEMtheLEM closed 9 months ago

TEMtheLEM commented 9 months ago

/save-settings could cause a redirect error with some browsers if it redirects a user to HTTP instead of HTTPS (e.g _http_://www.tailsx.com/settings instead of _https_://www.tailsx.com/settings). This is fixed.

The calculator now adds multiplication operators around parenthesis. Operators are handled in a better way. Decimals will now be corrected inside of parenthesis ((.3 + ...) -> (0.3 + ...)).

Extravi commented 9 months ago

thank you