Revert OL modifications
This commit is contained in:
parent
1d945dfccb
commit
e0abf813ba
@ -14,17 +14,15 @@ pref("browser.shell.checkDefaultBrowser", false);
|
||||
pref("network.manage-offline-status", true);
|
||||
pref("extensions.shownSelectionUI", true);
|
||||
pref("ui.SpellCheckerUnderlineStyle", 1);
|
||||
pref("startup.homepage_override_url", "https://linux.oracle.com");
|
||||
pref("startup.homepage_welcome_url", "https://linux.oracle.com");
|
||||
pref("startup.homepage_override_url", "%HOMEPAGE%");
|
||||
pref("startup.homepage_welcome_url", "%HOMEPAGE%");
|
||||
pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=file:///%PREFIX%/share/doc/HTML/index.html");
|
||||
pref("media.gmp-gmpopenh264.provider.enabled",false);
|
||||
pref("media.gmp-gmpopenh264.autoupdate",true);
|
||||
pref("media.gmp-gmpopenh264.enabled",false);
|
||||
pref("media.gmp.decoder.enabled", true);
|
||||
pref("plugins.notifyMissingFlash", false);
|
||||
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */
|
||||
pref("browser.display.use_system_colors", false);
|
||||
pref("layers.use-image-offscreen-surfaces", false);
|
||||
/* Allow sending credetials to all https:// sites */
|
||||
pref("network.negotiate-auth.trusted-uris", "https://");
|
||||
pref("security.use_sqldb", false);
|
||||
@ -38,9 +36,6 @@ pref("browser.gnome-search-provider.enabled",true);
|
||||
pref("media.navigator.mediadatadecoder_vpx_enabled", true);
|
||||
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1672424 */
|
||||
pref("storage.nfs_filesystem", true);
|
||||
pref("datareporting.healthreport.uploadEnabled", false);
|
||||
pref("datareporting.policy.dataSubmissionEnabled", false);
|
||||
pref("toolkit.telemetry.archive.enabled", false);
|
||||
/* Disable Private Attribution collection and submission */
|
||||
pref("dom.private-attribution.submission.enabled", false);
|
||||
/* ECH is not supported in the system nss */
|
||||
0
firefox-x11.sh.in
Executable file → Normal file
0
firefox-x11.sh.in
Executable file → Normal file
0
firefox.sh.in
Executable file → Normal file
0
firefox.sh.in
Executable file → Normal file
12
firefox.spec
12
firefox.spec
@ -200,7 +200,7 @@ end}
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 140.13.0
|
||||
Release: 1.0.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
URL: https://www.mozilla.org/firefox/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
|
||||
@ -235,7 +235,7 @@ Source1: firefox-langpacks-%{version}%{?pre_version}-20260716.tar.xz
|
||||
Source2: cbindgen-vendor.tar.xz
|
||||
Source3: process-official-tarball
|
||||
Source10: firefox-mozconfig
|
||||
Source12: firefox-oracle-default-prefs.js
|
||||
Source12: firefox-redhat-default-prefs.js
|
||||
Source20: firefox.desktop
|
||||
Source21: firefox.sh.in
|
||||
Source23: firefox.1
|
||||
@ -2034,8 +2034,8 @@ echo 'pref("media.webrtc.camera.allow-pipewire", true);' >> %{buildroot}%{mozapp
|
||||
%{__mkdir_p} %{buildroot}%{mozappdir}/distribution
|
||||
%{__sed} -e "s/__NAME__/%(source /etc/os-release; echo ${NAME})/g" \
|
||||
-e "s/__ID__/%(source /etc/os-release; echo ${ID})/g" \
|
||||
-e "s/ol/oracle/g" \
|
||||
-e "s/Oracle Linux Server*/Oracle Linux/g" \
|
||||
-e "s/rhel/redhat/g" \
|
||||
-e "s/Fedora.*/Fedora/g" \
|
||||
%{SOURCE26} > %{buildroot}%{mozappdir}/distribution/distribution.ini
|
||||
|
||||
# Install appdata file
|
||||
@ -2171,10 +2171,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2026 EL Errata <el-errata_ww@oracle.com> - 140.13.0-1.0.1
|
||||
- Fix firefox-oracle-default-prefs.js for new nss [Orabug: 37079773]
|
||||
- Add firefox-oracle-default-prefs.js and remove the corresponding Red Hat file
|
||||
|
||||
* Thu Jul 16 2026 Jan Horak <jhorak@redhat.com> - 140.13.0-1
|
||||
- Update to 140.13.0 ESR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user