Sync prefs with firefox - rhbz#1134876, rhbz#1110291, mozbz#1063315
This commit is contained in:
parent
c1b4657eff
commit
d9fc676a58
@ -19,3 +19,10 @@ pref("extensions.autoDisableScope", 0);
|
|||||||
|
|
||||||
# For rhbz#1024232
|
# For rhbz#1024232
|
||||||
pref("ui.SpellCheckerUnderlineStyle", 1);
|
pref("ui.SpellCheckerUnderlineStyle", 1);
|
||||||
|
|
||||||
|
/* Workaround for rhbz#1134876 */
|
||||||
|
pref("javascript.options.baselinejit", false);
|
||||||
|
/* Workaround for rhbz#1110291 */
|
||||||
|
pref("network.negotiate-auth.allow-insecure-ntlm-v1", true);
|
||||||
|
/* Workaround for mozbz#1063315 */
|
||||||
|
pref("security.use_mozillapkix_verification", false);
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 31.1.1
|
Version: 31.1.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -458,6 +458,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 1 2014 Martin Stransky <stransky@redhat.com> - 31.1.1-2
|
||||||
|
- Sync prefs with Firefox
|
||||||
|
|
||||||
* Thu Sep 11 2014 Jan Horak <jhorak@redhat.com> - 31.1.1-1
|
* Thu Sep 11 2014 Jan Horak <jhorak@redhat.com> - 31.1.1-1
|
||||||
- Update to 31.1.1
|
- Update to 31.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user