mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update whoogle-search to 0.8.4 (#841)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
9cbb3ce37a
commit
4faf4951a7
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 6420
|
APP_PORT: 6420
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: benbusby/whoogle-search:0.8.3@sha256:feae9cdeb1aaa76fbc3e36cdfbf084ba02200a5675703f61bb2ddceb0060a13b
|
image: benbusby/whoogle-search:0.8.4@sha256:222ea6ed103bf7a5bdff06b1042ef96725dd70a7d92108f769e782f2e7808218
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
init: true
|
init: true
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: whoogle-search
|
id: whoogle-search
|
||||||
category: networking
|
category: networking
|
||||||
name: Whoogle Search
|
name: Whoogle Search
|
||||||
version: "0.8.3"
|
version: "0.8.4"
|
||||||
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
|
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
|
||||||
description: >-
|
description: >-
|
||||||
Get Google search results, but without any ads, javascript, AMP links,
|
Get Google search results, but without any ads, javascript, AMP links,
|
||||||
@ -68,9 +68,18 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
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
|
submitter: Jasper
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/117
|
submission: https://github.com/getumbrel/umbrel-apps/pull/117
|
Loading…
Reference in New Issue
Block a user