Update whoogle-search to 0.8.4 (#841)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
smolgrrr 2023-11-15 09:27:33 +11:00 committed by GitHub
parent 9cbb3ce37a
commit 4faf4951a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 4 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 6420
web:
image: benbusby/whoogle-search:0.8.3@sha256:feae9cdeb1aaa76fbc3e36cdfbf084ba02200a5675703f61bb2ddceb0060a13b
image: benbusby/whoogle-search:0.8.4@sha256:222ea6ed103bf7a5bdff06b1042ef96725dd70a7d92108f769e782f2e7808218
restart: on-failure
stop_grace_period: 1m
init: true

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: whoogle-search
category: networking
name: Whoogle Search
version: "0.8.3"
version: "0.8.4"
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
description: >-
Get Google search results, but without any ads, javascript, AMP links,
@ -68,9 +68,18 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
This update fixes a Cookie Consent bug affecting all EU users.
Minor update:
- Site favicons are now fetched and displayed for each search result
- Audio tags are now interpreted correctly
- Primarily found in word definition cards in the results view
- POST requests now redirected as encrypted GET requests
- This allows navigating back from a result website to the Whoogle search result page without having to confirm form resubmission
- The "GET-only searches" config is still available for anyone who still prefers it
- URLs in element and window endpoints are now validated
- Fixes a potential vulnerability where an element or window endpoint could retrieve file contents from a service hosted on another port
- Valid HTML in result text content is now sanitized to prevent parsing issues
Full release notes are found at https://github.com/benbusby/whoogle-search/releases/tag/v0.8.3
Full release notes are found at https://github.com/benbusby/whoogle-search/releases/tag/v0.8.4
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/117