mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-11 01:34:46 -04:00
fix: Update to Phoenix 2025.01.22.2 - https://codeberg.org/celenity/Phoenix/releases/tag/2025.01.22.2
Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
@@ -7,15 +7,6 @@
|
||||
|
||||
pref("network.trr.mode", 5);
|
||||
|
||||
/// Enable Safe Browsing by default
|
||||
pref("browser.safebrowsing.features.malware.update", true);
|
||||
pref("browser.safebrowsing.features.phishing.update", true);
|
||||
|
||||
/// Set Safe Browsing API proxy
|
||||
pref("browser.safebrowsing.provider.google4.updateURL", "https://safebrowsing.ironfoxoss.org/v4/threatListUpdates:fetch?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST");
|
||||
pref("browser.safebrowsing.provider.google4.gethashURL", "https://safebrowsing.ironfoxoss.org/v4/fullHashes:find?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST");
|
||||
pref("browser.safebrowsing.provider.google4.dataSharingURL", "https://safebrowsing.ironfoxoss.org/v4/threatHits?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST");
|
||||
|
||||
/// Re-enable Password Manager & Autofill in GeckoView
|
||||
// We still disable these by default, just via Fenix's UI settings instead...
|
||||
// https://gitlab.com/ironfox-oss/IronFox/-/issues/11
|
||||
|
||||
2061
patches/preferences/phoenix-android.js
Normal file
2061
patches/preferences/phoenix-android.js
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -461,6 +461,7 @@ pref("media.gmp-manager.url.override", "data:text/plain,");
|
||||
pref("media.gmp-gmpopenh264.enabled", false);
|
||||
EOF
|
||||
|
||||
cat "$patches/preferences/phoenix-android.js" >>mobile/android/app/geckoview-prefs.js
|
||||
cat "$patches/preferences/phoenix-extended-android.js" >>mobile/android/app/geckoview-prefs.js
|
||||
cat "$patches/preferences/ironfox.js" >>mobile/android/app/geckoview-prefs.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user