Closes #9353; reverts part of 2701b7dff4d459eadb099a7e3aaf1473cccdbd29 https://github.com/FreshRSS/FreshRSS/pull/9235
@@ -280,6 +280,6 @@ class FreshRSS_Auth {
}
public static function allowAnonymousRefresh(): bool {
- return FreshRSS_Context::systemConf()->allow_anonymous_refresh && self::allowAnonymous();
+ return FreshRSS_Context::systemConf()->allow_anonymous_refresh;