You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/include
Andrew Dolgov fe06416f17 sessions: stop validating against hash of user agent because chromium is sending
different agent headers for whatever reason, example:

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/88.0.4324.192 Safari/537.36

Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/88.0.4324.104 Safari/537.36

seems to be related, at least, to App.postOpenWindow() hack.
3 years ago
..
autoload.php * switch to composer for qrcode and otp dependencies 3 years ago
colors.php fix floicon not imported from global namespace 3 years ago
controls.php pref-prefs: switch to new control shorthand in a few places 3 years ago
controls_compat.php use constants in get_pref()/set_pref() 3 years ago
errorhandler.php enforce some stricter type checking for loggers 3 years ago
functions.php fix a bunch of bookmarklets login forms not leading back 3 years ago
login_form.php fix a bunch of bookmarklets login forms not leading back 3 years ago
sessions.php sessions: stop validating against hash of user agent because chromium is sending 3 years ago