temporarily disable waterfox build due to Cloudflare blocked download link.

This commit is contained in:
Miroslav Šedivý 2025-04-21 16:11:46 +02:00
parent 73e61de52e
commit 11cef143a3
4 changed files with 11 additions and 4 deletions

View file

@ -80,7 +80,8 @@ jobs:
matrix:
tag:
- firefox
- waterfox
# Temporarily disabled due to Cloudflare blocked download link
#- waterfox
- chromium
- google-chrome
- ungoogled-chromium

View file

@ -24,8 +24,9 @@ jobs:
include:
- name: firefox
platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: waterfox
platforms: linux/amd64
# Temporarily disabled due to Cloudflare blocked download link
#- name: waterfox
# platforms: linux/amd64
- name: chromium
platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: google-chrome

View file

@ -25,7 +25,8 @@ jobs:
matrix:
include:
- name: firefox
- name: waterfox
# Temporarily disabled due to Cloudflare blocked download link
#- name: waterfox
- name: chromium
- name: google-chrome
- name: ungoogled-chromium

View file

@ -75,6 +75,10 @@ In comparison to Chromium-based browsers, Firefox-based browsers do not require
| <AppIcon id="tor-browser" /> | [Tor Browser](https://www.torproject.org/) <br /> A browser designed to access the Tor network for enhanced privacy. | [`ghcr.io/m1k1o/neko/tor-browser`](https://ghcr.io/m1k1o/neko/tor-browser) |
| <AppIcon id="waterfox" /> | [Waterfox](https://www.waterfox.net/) <br /> A privacy-focused browser based on Firefox. | [`ghcr.io/m1k1o/neko/waterfox`](https://ghcr.io/m1k1o/neko/waterfox) |
:::warning
**Waterfox** is currently not built automatically, because Cloudflare blocks the download and therefore github actions are failing. You can build it manually to get the latest version.
:::
Check the [Firefox-based browsers customization guide](/docs/v3/customization/browsers#firefox-based) for more information on how to customize Firefox-based browsers (configuring profile, installing extensions, etc.).
### Chromium-based browsers {#chromium-based-browsers}