diff options
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-100.0.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-100.0.ebuild b/www-client/firefox/firefox-100.0.ebuild index 586f247b2734..ea8e29a35647 100644 --- a/www-client/firefox/firefox-100.0.ebuild +++ b/www-client/firefox/firefox-100.0.ebuild @@ -1256,4 +1256,12 @@ pkg_postinst() { ewarn "required EGL, so either disable 'hwaccel' or try the workaround " ewarn "explained in https://bugs.gentoo.org/835078#c5 if Firefox crashes." fi + + elog + elog "Unfortunately Firefox-100.0 breaks compatibility with some sites using " + elog "useragent checks. To temporarily fix this, enter about:config and modify " + elog "network.http.useragent.forceVersion preference to \"99\"." + elog "Or install an addon to change your useragent." + elog "See: https://support.mozilla.org/en-US/kb/difficulties-opening-or-using-website-firefox-100" + elog } |