summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-05-06 13:33:14 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-05-06 13:33:14 +0300
commit975f344d95494e0bff2e6eb57e294261ae11d522 (patch)
tree4212e59a32117d0c3a0dd3920c760f6e99cd9c29 /www-client
parentdev-python/pytesseract: add pytesseract (diff)
downloadgentoo-975f344d95494e0bff2e6eb57e294261ae11d522.tar.gz
gentoo-975f344d95494e0bff2e6eb57e294261ae11d522.tar.bz2
gentoo-975f344d95494e0bff2e6eb57e294261ae11d522.zip
www-client/firefox: add note about sites that break with firefox-100.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-100.0.ebuild8
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
}